npm install
npm run build
webpack serve
A Typescript implementation of the Classical Game of Tetris.
Function | Key |
---|---|
Move Left: | left |
Move Right: | right |
Soft Drop: | down |
Hard Drop: | space |
Rotate Left: | z |
Rotate Right: | up |
Rotate 180: | a |
Hold: | c |
Feel free to open issues & make pull requests, I'll try my best to work on them.