I just wanted to play tetris, so I decided to make my own.
Live demo on tetris.hericl.es
Frontend developed with Vanilla JS, backend developed with Express.js
To run the app, right-click the index.html file and open in a web browser (or with Live Server if using VS Code)
Action | Key |
---|---|
Spin Left | x |
Spin Right | ↑ |
Slide Left | ← |
Slide Right | → |
Slide Down | ↓ |
Insta-Drop | space |
Hold | shift |
Pause | p |
Mute Music | m |
If it is your first time contributing to this repository, please review our contribution guidelines