boxart / boxart-boiler

A boilerplate for Responsive DOM based Open Web Games.
MIT License
13 stars 4 forks source link

Scene management #11

Closed MattSurabian closed 8 years ago

MattSurabian commented 8 years ago

Need a way to group control flow in a game so that you're not in individual property checking hell. Basically we need to build a linear state machine.

Scene Component