Are there any high level explanations on how to go about designing a game for the iPhone?
How about open source examples for something like pacman, etc?
views:
1979answers:
3
+3
A:
cocos2d is a good high level framework if you aren't looking to use OpenGL ES directly. The functionality works a lot like flash and there is a good dev community with a lot of open source examples. Checkout http://www.cocos2d-iphone.org for more info
rockstardev
2009-06-24 14:45:15
+1
A:
Have you looked through the ADC? http://developer.apple.com You'll need to sign up (free) to see the content.
kfordham281
2009-06-24 15:14:56
+2
A:
There are many similar questions on Stack Overflow, with answers that point to some useful iPhone game development resources:
- "What resources do you recommend for game programming on the iPhone?"
- "Iphone Game Development"
- "Are there any Open-source iPhone applications around?"
- "learning iphone game development"
- "iPhone game development"
- "What do I have to learn to get done with a 3D racing game for the iPhone? What Tools do I need?"
Brad Larson
2009-06-24 16:31:58