tetris.rs
This is the classic tetris game I wrote to have a bit of fun with Rust.
Installation and playing
cargo install --git https://github.com/adder46/tetris.rs.git
Then run:
tetris-rs
Development
You will need curses libraries:
sudo apt install libncurses5 libncurses5-dev
Fork the repository and make a PR.
Licensing
Licensed under the MIT License. For details, see LICENSE.