Building the game
We now have the component classes we need to build the Flood Control game, so it is time to bring the pieces together in the Game1 class.
Declarations
We only need a handful of game-wide declarations to manage things like the game board, the player's score, and the game state.