Learn Create Your Own Split Screen

Next Page

Setting a variable called game_mode to "over" is great, but it doesn't actually make anything else happen.

We need to act on the game_mode.

Thinking about it, this game is going to have three distinct modes:

Depending on the mode, we'll make Do_a_Frame do slightly different things.

We'll also do slightly different things in the user-input handler.