Summary
In this chapter, we have finally created the main menu and options menu for the game. We also modified the AppDelegate
file to load the MainMenuScene
once the game has been loaded. We also created buttons on all the scenes so that we can navigate between the different screens.
We also created the option to reset the score of the game in the options menu and changed the default app name to actual name of the game.
We are not too far from uploading the game on to Windows Store. We will add audio in the next chapter, where we will add sound effects and background music in the game.