chrisknepper / Fractionauts

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

Convert to state machine from single file #38

Closed valeatory closed 10 years ago

valeatory commented 10 years ago

Move each state into its own place so that those who wish to work on each state individually may do so more easily.

valeatory commented 10 years ago

Conversion made in https://github.com/chrisknepper/xo-fractions-game/commit/dcd97e3c5737e6b35349677d8bdd59d5aab3ecd4 . Still could use some more optimization and cleanup, but the base transfer is finished and functioning. It was a large structure change, so I highly recommend that any merges be handled carefully, and that everyone starts working with updated code as soon as possible. After this, the changes will be smaller.