Pytris
Introduction
Tetris written using Python in the browser.
Swiftly researching options for Python in the browser, resulted in using Brython.
PyScript was another option, but I favored Brython for the lower download size.
Controls
Use cursor keys ▲ ▶ ▼ ◀ SPACE or I J K L M SPACE to control the game.
Todo
- Could show tetromino preview
- Should wall-kick
- Should do correct t-spin
- Should do recursive gravity (clear lines)