Skip to content

I attempted to create a virtual version of the sliding puzzle game, by using Python. I also implemented 2 algorithms that can solve it.

Notifications You must be signed in to change notification settings

BernardDW/sliding-puzzle-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sliding puzzle game with 2 AI algorithms.

I attempted to create a virtual version of the sliding puzzle game, by using Python as the programming language. The program has a graphical user interface (GUI) and allows moves by clicking. It also keeps track and displays the number of moves made during a game. The state of the game can be set with the help of a CSV file. I implemented the breadth first search and best first search algortihms to solve the sliding puzzle.

Screenshots:

Breath first search

Breadth first

Best first search

Best first

About

I attempted to create a virtual version of the sliding puzzle game, by using Python. I also implemented 2 algorithms that can solve it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages