Skip to content

A cross-platform minimalistic Tetris clone for the CLI

License

Notifications You must be signed in to change notification settings

romner-set/tetris-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetris-rs

A (hopefully) cross-platform Tetris clone for the CLI.
preview

Features

  • 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

Build from source

  1. Install Rust
  2. cd into a folder of your choice and run git clone https://github.com/romner-set/tetris-rs.git
  3. cd into the resulting directory and run cargo build --release
  4. The executable should now be in target/release/

Releases

No releases published

Packages

No packages published

Languages