Tiny tetris game in a terminal
Install with cargo install tetris-cli
Requires a Linux or other *nix Terminal (i.e. won't work in Windows Terminal)
Available for Arch on the AUR as tetris-cli-git
and on NetBSD tetris-cli from the official repositories.
- a -> Move left
- d -> Move right
- q -> Rotate left
- e -> Rotate right
- s -> Instant drop
- p -> Pause
- Backspace -> Quit
You should just need the Rust programming language installed and a *nix machine (Windows cmd is bad when it comes to terminal graphics).