Retrotris is a Rust implementation of a classic puzzle game, powered by the Piston game engine. This project is crafted as a personal endeavor to explore the capabilities of the Piston engine and enhance Rust programming skills.
- 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 run
Contributions 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.