A classic sliding tile puzzle game built with Rust and SDL2. Rearrange the tiles to recreate the image using your keyboard's arrow keys!
- Use the Arrow Keys to move the tiles into the empty space.
- Press H for Help.
- Arrange the tiles correctly to win!
- Keyboard-based controls.
- Help screen for guidance.
- Clear win condition.
- Rust: For high-performance game logic.
- SDL2: For rendering graphics and handling user input.
Ensure you have the following installed:
- Rust
- SDL2 library
- Clone the repository:
git clone https://github.com/rubbieKelvin/rusty-slides.git cd rusty-slides
- Build the project:
cargo build --release
- Run the game:
cargo run --release
- Tile sliding animations.
- Multiple difficulty levels.
- Timer and scoring system.
Feel free to fork this project and submit a pull request with improvements or bug fixes.
This project is licensed under the MIT License.
For any questions or suggestions, reach out at [email protected].
Enjoy the game and happy puzzling! 🎮✨