A simple recreation of Tetris in a terminal, made with rust🦀!
2025-07-13.14-36-12.mp4
- Rotation, movement and gravity
- Line Clearing
- Game Over Detection
- 7-bag piece queue
- SRS implementation
| Key | Action |
|---|---|
| ← / → | Move piece left / right |
| ↓ | Soft drop (faster fall) |
| Space | Hard drop |
| X / ↑ | Rotate Clockwise |
| Z | Rotate Counter Clockwise |
| Ctrl + C | Quit game |
- Advanced scoring system
- Saved scores/scoreboard
- Pause menu
- Go to the Releases Page.
- Download the binary (Available for windows only)
- Run the executable!
Make sure you have Rust installed.
git clone https://github.com/JordanJonThomas/jordtris
cd jordtris
cargo run