All Projects → overclockworked64 → tetris.rs

overclockworked64 / tetris.rs

Licence: MIT license
The classic tetris game written in Rust using ncurses

Programming Languages

rust
11053 projects

tetris.rs

build status codecov

This is the classic tetris game I wrote to have a bit of fun with Rust.

Installation and playing

screencast

cargo install --git https://github.com/overclockworked64/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].