This is a sliding puzzle game built with Python and Pygame. The game involves moving tiles around a grid to solve a puzzle and complete a picture or arrangement. The objective is to arrange the tiles in a specific order by swapping them with each other.
- The puzzle starts with tiles in a scrambled order.
- Swap two tiles by clicking on them one by one.
- Your goal is to arrange the tiles in the correct order.
- Once the puzzle is solved, you win the game!
- Clone the repository:
git clone https://github.com/yourusername/sliding-puzzle-game.git
- Install the required dependencies:
pip install pygame
- Run the game:
python sliding_game.py
Make sure you have Python and Pygame installed before running the game.