Skip to content

This is a python implementation of a 3X3 sliding puzzle. The program gives the options to either solve yourself, or to solve on its own. The latter option solves the puzzle in minimum number of moves.

Notifications You must be signed in to change notification settings

Nandakishore-Menon/Sliding_puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sliding_puzzle

This is a python implementation of a 3X3 sliding puzzle. The program gives the options to either solve yourself, or to solve on its own. The later option solves the puzzle in minimum number of moves.

It takes input from 0 to 8 which gives the initial state of the puzzle. If it is not solvable, a message is shown that it isnt solvable. The following modules are required for this program to run:

  1. tkinter
  2. Random

NOTE: Make sure that the photos folder is in the same directory as the python file.

To run:

python3 sliding.py

Contributers:

Nandakishore S Menon

Pranav Reddy

Sai Pallav

About

This is a python implementation of a 3X3 sliding puzzle. The program gives the options to either solve yourself, or to solve on its own. The latter option solves the puzzle in minimum number of moves.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages