This is a javascript base tetris game. open the index.html in your browser and play. You are free to modify the code.
- projection for block.
- add two short-cut keys, when you press "P" key to pause the game, and "R" key to restart the game.
- Create a pause and game over scene
- fix the bug that projection block will not over draw on visible block
- fix the bug that when user use space bar, the block will not move when it is in the ground.
- fix the bug that, when block appears, it will not have space between the top.
MIT