JavaScript implementation of the classic game Tetris.
On terminal type
npm install
npm run watch
Then open the index.html
in a browser or node server.js
to run as a server app.
To modify the game, edit the files inside scripts
folder. Don't edit script.js
since it is generated by concatenating the files inside scripts
folder.
This work is licensed under a Creative Commons Attribution-NonCommercial 2.0 Generic License.