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 sure to run clippy
and rustfmt
before submitting a PR. There are no tests at this moment as this is mostly a toy project.
Licensing
Licensed under the MIT License. For details, see LICENSE.