Classic Tetris implemented in JavaScript. Playable in browser and in console.
Partially complies with Tetris Guidelines
npm build && npm run app:browser
to play in browsernpm build && npm run app:console
to play in console
The MIT License (MIT). Copyright (c) 2017 mirz (mirz.hq@gmail.com)