CodeCafeOpenShiftGame / PodEscape

Endless runner of a pod trying to escape from a project being deleted.
https://podescape.io
Apache License 2.0
29 stars 16 forks source link

[Feature] Creates the GameManager #7

Closed rluders closed 4 years ago

rluders commented 4 years ago

We need to create the GameManager class.

This class should be the responsible to manage the game state and the game parameters (like level, speed, points, etc). It probably should be autoloaded/singleton class that can be access from all the game scenes and keep its state.

dudash commented 4 years ago

I think this is done as of PR #20

ernesgonzalez33 commented 4 years ago

Done. For further improvement, we can open a new issue