Skip to content

JojiJoseph/Tetris

Repository files navigation

Tetris

JavaScript implementation of the classic game Tetris.

How to Run/Build

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.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 2.0 Generic License.