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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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?"
回答2:
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
回答3:
Have you looked through the ADC? http://developer.apple.com You'll need to sign up (free) to see the content.