Skip to content
/ tetrs Public

Yet another command line tetris written in Rust

License

Notifications You must be signed in to change notification settings

FreyMo/tetrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetrs

Yes, I rewrote it in Rust. Yet another command line tetromino game. Inspired by samtay's Haskell version.

"gif"

Install

Cargo

https://crates.io/crates/tetrs/

cargo install tetrs

macOS

brew tap freymo/tetrs
brew install tetrs

Download Binary

Go to Releases

Build from sources

Requires Cargo 1.69 or higher.

cargo run