This is a clone of the famous Tetris game. The game runs in console. It is written in Rust, in mostly functional style.
Super Average Tetris should work on all UNIX-like systems.
| Key | Description |
|---|---|
| A | Move to the left. |
| D | Move to the right. |
| S | Move down. |
| Q | Rotate anti-clockwise. |
| E | Rotate clockwise. |
cargo run --release- Pull dependencies, compile and run the game.
MIT
