Similar to a start screen, a game over screen provides a buffer between when a user loses a game and when they're ready to start a new one.
The idea behind developing a game over screen is very similar to that of a start screen, but we'll have to write some code that determines "when" this game over screen should show and disappear.
For this tutorial, the start screen will contain a label, score recap, and restart game button.