Entering and displaying highscores
I have a feeling you are already tired of creating all those dialogs and buttons. Unfortunately, creating games is not only the fun of creating a great gameplay prototype. When you are about to release your game, you suddenly remember that it would be nice if users could compete using a highscores table, and if they could pause and restart the game since they don't have a Stop button in Xcode.
We will take a small break and will complete our HighscoresScene
class, and then we will create the final dialog for this chapter and for the whole book.