Where can I find a high level tutorial on iPhone game design?

后端 未结 3 559
情话喂你
情话喂你 2021-02-01 10:57

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?

3条回答
  •  有刺的猬
    2021-02-01 11:59

    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

提交回复
热议问题