Add state tracking to the Game class
(This is a sub-issue of issue #40)
Have the game class keep track of what the current state is, most likely through the use of enumerators.
Some possible states:
- GameState.PREGAME
- GameState.GAME
- GameState.GAMEOVER
 
