Iphone Game Development

前端 未结 5 1122
暗喜
暗喜 2021-02-06 13:02

What are people using mostly to build iPhone games with? I\'m learning iPhone programming. Currently I\'m watching all the stanford vidcast, doing the assigments and going throu

5条回答
  •  生来不讨喜
    2021-02-06 13:29

    It's tough to get up to speed writing a game with all the APIs to learn and few good game examples (especially if you are new to Objective-C). I ended up tracking down the old crashlander source, which is notoriously hard to find since Apple pulled it.

    There are probably half a dozen iPhone game programming books in the pipeline. Until then, the learning curve is pretty steep.

    I'd suggest starting with an OpenGL 2D sprite-based game. Start by learning OpenGL ES, the touch system, then the audio system.

提交回复
热议问题