How to organize my 2D game?
Hi
I want to try and make a 2D game for my iPhone. It must have some menues (to start the game, highscore and such) and then the main game screen. The game screen will have some photo as background, and then various sprites on top of that photo, and for each level the photo and sprites changes.
So how would I best attack this?
Should I make a view based application with some UIViewController and use interface builder for the menues, and OpenGL ES for the game screen?
Or make it all in OpenGL ES, both menues and the game screen?
Or make a view based application with some UIViewController and use interface builder for the menues, and code a view with subviews for the game screen and sprites by hand not using OpenGL ES at all?
Best regards
Søren
|