A (hopefully) cross-platform Tetris clone for the CLI.
- Standard Tetris stuff, e.g. 7 pieces, piece holding, ghost pieces, etc.
- Written purely in Rust
- Command line arguments to customize controls, speed, etc. (scale doesn't really work at the moment)
- Doesn't switch to an alternate window, runs directly where you type the command
- Cleans up after itself
- Install Rust
cd
into a folder of your choice and rungit clone https://github.com/romner-set/tetris-rs.git
cd
into the resulting directory and runcargo build --release
- The executable should now be in
target/release/