Play a Tetris clone directly on your terminal!
Made entirely in Rust.
(Tested on Zsh and Bash in Linux)
- Move the piece to the left:
a
- Move the piece to the right:
d
- Rotate the piece:
l
- Drop the piece:
s
- Quit the game:
q
- Download the binary from the releases page
OR
- Clone the repository and enter the directory
git clone https://github.com/yantavares/tetris-cli.git
cd tetris-cli/bin
- Run the game
chomd +x tetris-cli
./tetris-cli
-
Install Rust and Cargo
-
Clone the repository and enter the directory
git clone https://github.com/yantavares/tetris-cli.git
cd tetris-cli
- Run the game
cargo run
Thank you for playing!