/RsTetris

tetris game write in rust

Primary LanguageRustMIT LicenseMIT

RsTetris

Table of Content

Screenshots

image-20230516132605500 image-20230516132544178

Background

They always say that the best way to learn a new language is to write a Tetris clone in it.It seems there's few Tetris clones written in Rust, so I decided to write one myself.

Install

just download and cargo run

clone https://github.com/Lambert-Rao/RsTetris.git
cd RsTetris
cargo run

or download the latest release

TODO

  • add async timer
  • dynamic difficulty levels
  • shadow tetrominio
  • add docs
  • add settings
  • add Chinese language support

Contributing

All kind of contributions are welcome. I'm still a green hand in rust, so if you have any suggestions, please let me know.

License

MIT © Lambert Rao.