retrotris is a Rust remake of the classic falling blocks puzzle game, created and maintained by a growing group of contributors. It showcases Rust-powered game development and uses the FLTK crate for its user interface.
- Clear lines and increase your score as you progress.
- Challenge yourself with increasing difficulty levels.
- Enjoy the nostalgia of the iconic retro-puzzle gameplay.
- Clone this repository to your local machine:
git clone https://github.com/geri1701/retrotris.git- Navigate to the repo directory
cd retrotris- Build and run the game
cargo runContributions are welcome! If you have any suggestions, bug fixes, or enhancements, feel free to submit a pull request.
This project is licensed under the MIT License.