A (very) minimal, terminal-only tetris implementation written in Python 3
$ python3 mutetris.py
- Python 3
- 256-color terminal (e.g: xterm)
- Left/Right arrow keys: Move tetromino
- Up arrow key: Rotate clockwise
- Down arrow key: Soft drop
- Spacebar: Hard drop
- P: Pause