- Notifications
You must be signed in to change notification settings - Fork0
A simple tetris game by using Typescript and webpack.
License
NotificationsYou must be signed in to change notification settings
kdetry/typescript-tetris
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 theLICENSE.md file for details
Inpired from meth-meth-methods JS Tetris application