Which technologies/concepts do you suggest I learn before creating an iPhone game?

前端 未结 5 1303
失恋的感觉
失恋的感觉 2021-02-06 19:57

Sorry if this is a broad question, but other than Objective-C, Cocoa, and OpenGL ES, what technologies or concepts would you suggest I read up on before writing a game for the i

5条回答
  •  长情又很酷
    2021-02-06 20:23

    You should read some articles on GameDev. Obviously, learning some of the fundamental concepts in computer graphics would be very helpful. But really, once you get to where you can write Objective-C and understand the APIs, go ahead and get started. You will learn a lot in the process; of course, keep learning and reading about these things I mentioned, but start coding. Find some books on game programming, particularly AI and so forth. Go ahead and get your feet wet programming though. Of course, be sure you learn your language thoroughly.

提交回复
热议问题