RichardMarks / coin-collector-mobile

MIT License
0 stars 1 forks source link

play scene #23

Closed RichardMarks closed 6 years ago

RichardMarks commented 6 years ago

we need some sort of play scene for the game

we need some kind of way to pause the game from this scene we need to show the board state and the hud information we need to respond to touches/clicks on the board and delegate to the board logic process to update the game's play state data

at a minimum we need to update and render the scene

proc updatePlayScene(scene: Scene, deltaTime: float) proc renderPlayScene(scene: Scene, deltaTime: float)