Skip to content

TimilsinaBimal/Eight-Puzzle-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Eight Puzzle Game

Solution of Eight Puzzle game using Breadth First Search(BFS).
Make sure Graphviz is installed in your system to run this project.

Installation Methods

Using pip
pip install graphviz

Using Chocolatey
choco install graphviz

Run

$ python solution.py

Output

State Space Tree

About

Eight Puzzle Game Solver using BFS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages