Chapter 7. Polishing the Game
We now have a gameplay framework in place for our Monkey Run game, which means that the game is playable, and the scoring mechanisms are in place.
We have also introduced a system whereby the player can succeed in completing the one and only level in the game, at which point a temporary success scene is displayed. Alternatively, the player can fail the level and will be presented with a temporary game over scene.
With these elements in place, we have completed the main part of the game development process, and we can now concentrate on applying the finishing touches to make the game presentable and ready to publish for the world to see!
We'll be adding some polish to the gameplay in this chapter, but a game also needs many features that are outside the scope of gameplay. We need to consider what players will see immediately after the game has loaded. We'll also need to think about what players will experience when they are transitioning between levels and when...