views:

72

answers:

1

How do I make a Battleships game for the Iphone?

I'm new to programming, I've done some tutorials and I feel I'm making progress with this but I would like to make a full game like battleships.

Can anyone help me out with this?

I'm trying to learn cocos2d-Iphone so I would like to use that if possible. David

A: 

I would suggest using www.unity3d.com it is a fully featured 3d engine and ports seemlessly between windows, mac and iphone. It also has a web deploy feature. You can script for it in c# on mono which gives a lot of functionality.

more links: http://answers.unity3d.com/ <- stack overflow like site for asking unity 3d questions forum.unity3d.com <- active development forumns http://unity3d.com/gallery/ <- some example applications for the iphone http://unity3d.com/support/resources/example-projects/iphone-examples <- some iphone specific tutorials for unity - the iphone match one looks most relivant

David

GreyCloud
I want to use cocos2d since it's free. Do you have any ideas where I could find some source code for this that I can use and learn from?
David Holmes
unity3d is also free for indy developers, i'm afraid i've not used cocos2d
GreyCloud