RichardMarks / coin-collector-mobile

MIT License
0 stars 1 forks source link

play scene start state board renderer #24

Closed RichardMarks closed 6 years ago

RichardMarks commented 6 years ago

we need to render the board tiles in the start state of the play scene

I thought that it would be cool to animate the construction of the board by having each tile on the board fall down at random from off the top of the screen into it's final board position.

care must be taken such that the rendering depth is not out of order so that tiles overlap correctly

stephenc222 commented 6 years ago

See 3019a0e for initial implementation of start state "blinking" text for kicking off the game