chrisknepper / Fractionauts

An educational game for the XOPC that teaches fraction operations with rockets.
Other
8 stars 7 forks source link

Make functionality for handling game states #21

Closed Nolski closed 11 years ago

Nolski commented 11 years ago

Implement functionality to allow for different game states (paused, game, start, etc.)

chrisknepper commented 11 years ago

I created a state machine for the menu, playing the game, the help screen, as well as handling quitting. @mpn3712 helped with updating the screen correctly once the state changes.