Where can I find a high level tutorial on iPhone g

2020-05-19 03:22发布

问题:

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.