austingray / canvas-game-engine

An HTML 5 canvas game engine.
2 stars 0 forks source link

Add a global state / state management #8

Open austingray opened 5 years ago

austingray commented 5 years ago

Suggested by @minauteur and first mentioned in #6

We need a global state and state management system for easier debugging, "rewinding" the game, saving/loading the game. It will also force a consistent model for managing game state instead of managing it in many different places.