Skip to content

NyshG13/Sliding-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sliding Puzzle Game

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.

How to Play

  1. The puzzle starts with tiles in a scrambled order.
  2. Swap two tiles by clicking on them one by one.
  3. Your goal is to arrange the tiles in the correct order.
  4. Once the puzzle is solved, you win the game!

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/sliding-puzzle-game.git
  2. Install the required dependencies:
    pip install pygame
  3. Run the game:
    python sliding_game.py

Make sure you have Python and Pygame installed before running the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages