0 Forks
1 Stars
1 Watchers

8-Puzzle

The program is implemented in Java to solve 8-Puzzle using Informed and Uninformed Search Algorithms like (BFS, DFS & A*). The solver is supported with nice GUI to view the steps of reaching the goal state from the initial state.

How to download and setup 8-Puzzle

Open terminal and run command
git clone https://github.com/Mishors/8-Puzzle.git
git clone is used to create a copy or clone of 8-Puzzle repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with 8-Puzzle https://github.com/Mishors/8-Puzzle/archive/master.zip

Or simply clone 8-Puzzle with SSH
[email protected]:Mishors/8-Puzzle.git

If you have some problems with 8-Puzzle

You may open issue on 8-Puzzle support forum (system) here: https://github.com/Mishors/8-Puzzle/issues