abell95 / galaga_invaders

A retro remix of Galaga and Space Invaders
1 stars 0 forks source link

Missing game 'time' tracking #20

Open bmchristensen opened 5 years ago

bmchristensen commented 5 years ago

Need a method (probably a class) that can track the timing for everything in the game.

bmchristensen commented 5 years ago

After stubbing this out, we may want to integrate into wave. The wave seems to dictate the levels. The bools in this class may also be unnecessary.