-1

Please provide me some iOS game development documentation for beginners. I do already have knowledge about iOS native application development.

I found some APIs like COCOS2d,COCOS3d, OPEN-GL, OPEN-GL ES, etc. But I am not able to find any specific documentation to learn that easily.

genpfault
  • 51,148
  • 11
  • 85
  • 139
Mrunal
  • 13,982
  • 6
  • 52
  • 96
  • Amazon lists quite a number of books on writing games for iOS, some of which specifically cover the libraries you're asking about. – Caleb Feb 03 '12 at 16:23
  • possible duplicate of [What resources do you recommend for game programming on the iPhone?](http://stackoverflow.com/questions/493324/what-resources-do-you-recommend-for-game-programming-on-the-iphone) – Brad Larson Feb 03 '12 at 21:12
  • See also [What do I have to learn to get done with a 3D racing game for the iPhone? What Tools do I need?](http://stackoverflow.com/questions/581784/what-do-i-have-to-learn-to-get-done-with-a-3d-racing-game-for-the-iphone-what-t), [learning iphone game development](http://stackoverflow.com/questions/720901/learning-iphone-game-development) – Brad Larson Feb 03 '12 at 21:13

1 Answers1

1

COCOS 2d is powerful library to make iPhone games. You will find few tutorials on following site- http://www.raywenderlich.com/tutorials
Learn.cocos2d.Game.Development.with.iOS.5 book written by Steffen Itterheim is also good stuff to start. Also search on google you will find lots of stuff.

Mahesh
  • 662
  • 2
  • 11
  • 30