Hi I was wondering what you guys thought the best software is for mac and pc for making 2d games for the iPhone? Any help much appreciated, thanks.
I think Cocoas 2D....or something like that. I've seen it on google but I forget what exactly its called. I now its a 2D engine I dont have any experience with it though. Unity can make 2D games I believe.
Ok sounds good. Im not to knowledgeable of the game making area, but is there software which you can open make your game in then just port to the iPhone or something? Rather than writing it all through code? See where Im coming from?
Search this forum to find discussions on it (or just use Google and search) for GameSalad or Torque Game Builder for iPhone. These are the only two applications I've run across so far that will let you make iPhone games without much coding. TGB is probably the better package, but I think it costs a lot more.
I have used cocos2d on 4 games that I have in the App Store. I think it is a very nice framework to use. I have one of my games open source if you would like to look through the code. ABC123 source
Nice! It's always good to see people contributing to the education of a development community. Now if I could just dig up a Mac to start developing on...
There are a couple options you can go with, my company is currently evaluating cocos2D, Torque and Unity. Rolando is made with Unity, but Torque is a little pricey. For most small projects people do prefer using Cocos2D, but the lack of documentation seems daunting to most developers. We did release our first game just coding from scratch. But we didn't have physics with our first game, its a lot easier to have something like chipmunk physics to go with. You can go to our website here there are a lot of helpful links which can get you started with cocos2D. http://www.jetfable.com/iphonedev.php The top part just covers basic tutorial without using a framework, the bottom part is about cocos2D