/tetris-light

Ultra light tetris game in HTML5.

Primary LanguageHTML

Tetris light

Ultra light tetris game in HTML5. Or rather JavaScript. ~1.92kb weight. Inspired by p01's Snake.

You can play it here.

How to play

  1. Press any key to start the game.
  2. Use up arrow to rotate the current piece and other arrows to move it.

Aditionally

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.