https://scwood.github.io/tetris/
- HTML5 Canvas
- Redux to manage game state
- Firebase to store high scores
- NES rules
git clone https://github.com/scwood/tetris
cd tetris
npm install
# dev
npm start
# prod
npm build
# serve dist/
https://scwood.github.io/tetris/
git clone https://github.com/scwood/tetris
cd tetris
npm install
# dev
npm start
# prod
npm build
# serve dist/