It is simple tetris game by using Typescript. Just for tutorial, not for production, not perfect. Ready for mobile and desktop usage.
You just need node and npm.
Get dependencies with npm
npm install
There are npm scripts in package.json. For development, run
npm run start
This project is licensed under the MIT License - see the LICENSE.md file for details
Inpired from meth-meth-methods JS Tetris application