Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 465 Bytes

Sliding Puzzle Game

Follow these steps to play the game:

Step 1

Install Python, if not already installed on your machine.

Step 2

Install Tk, if not already installed on your machine.

Step 3

Open a CLI/terminal and navigate to the directory where the file puzzle_game.py is located.

Step 4

Type

python puzzle_game.py

and run it.