Tetris in the terminal
ruscii engine
Powered by Rust and theUses the Super Rotation System
Controls
X, Up = rotate clockwise
Z = rotate counterclockwise
Left, right = move piece
Space, Down = drop piece
Esc, Q = quit
Dependencies
Ruscii requires libx11-dev
to build. Install it using your favourite package manager.
Running
Build from source:
cargo run
or
cargo build
Or download the binary for your operating system from the releases tab.