Skip to content

rubbieKelvin/rusty-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tile Puzzle Game

A classic sliding tile puzzle game built with Rust and SDL2. Rearrange the tiles to recreate the image using your keyboard's arrow keys!

🕹️ How to Play

  • Use the Arrow Keys to move the tiles into the empty space.
  • Press H for Help.
  • Arrange the tiles correctly to win!

📸 Screenshot

Gameplay Screenshot

⚙️ Features

  • Keyboard-based controls.
  • Help screen for guidance.
  • Clear win condition.

🛠️ Built With

  • Rust: For high-performance game logic.
  • SDL2: For rendering graphics and handling user input.

🚀 Getting Started

Prerequisites

Ensure you have the following installed:

  • Rust
  • SDL2 library

Installation

  1. Clone the repository:
    git clone https://github.com/rubbieKelvin/rusty-slides.git
    cd rusty-slides
  2. Build the project:
    cargo build --release
  3. Run the game:
    cargo run --release

🧩 Future Improvements

  • Tile sliding animations.
  • Multiple difficulty levels.
  • Timer and scoring system.

🤝 Contributing

Feel free to fork this project and submit a pull request with improvements or bug fixes.

📄 License

This project is licensed under the MIT License.

📬 Contact

For any questions or suggestions, reach out at [email protected].

Enjoy the game and happy puzzling! 🎮✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages