RichardMarks / coin-collector-mobile

MIT License
0 stars 1 forks source link

scene manager #16

Closed RichardMarks closed 6 years ago

RichardMarks commented 6 years ago

We need to split up the game into scenes so that we can keep things easy to maintain and to develop in parallel.

The scene manager is responsible for keeping track of the current scene, a list of known scenes and potentially (not in scope right now) a next scene to allow for a smooth animated transition between scenes.