Ultra light tetris game in HTML5. Or rather JavaScript. ~1.92kb weight. Inspired by p01's Snake.
You can play it here.
- Press any key to start the game.
- Use up arrow to rotate the current piece and other arrows to move it.
Game source in a clean format can be found inside index-source.html.
The purpose of this project was to find a good balance between small file size and a good code. I didn't want to cut off features for lower amount of bytes. Feel free to contribute to it.