Today’s task was quite simple. Enable all screen flow that was made in mockup but in the game code.
I am not sure if this is the best approach, since I am also learning Swift at the same time. But I’ve created all the required view controllers that will handle every screen of the game. So till now we have:
Intro
Credits
Game
Pause screen
Confirmation screen
Shortly I will add an instructions/tutorial section. Looks like there is not only code to do, but lot’s of graphics! I think I will leave the instructions/tutorial after I have a working version.
I think I will also add a sen mode, with no time, but also later.
The first goal is to have a working prototype with one or two levels.
Screen Flow Working #4