Quote:
Originally Posted by tofupunk
Anyone figure this out yet?
|
I have an idea that would only take a little amount of time from a somewhat skilled programmer. You could just separate the game into 3 views including main menu (has start button), the actual game view, and then the final end view which has the restart button.
When you press start at the begging, it just stacks the view,
startView -----> gameView
when the game is over, it stacks the restart view.
gameView -----> endView
then, when its time to restart, you press the restart button and all the views are unstacked.
startView <----- gameView <----- endView
I would be able to do this if it was built in IB, but since its not, i need a more skilled programmer.
This could all be done inside one window with one view controller.