An open API service indexing awesome lists of open source software.

https://github.com/ratomidev/solving-8-puzzle-problem

8 Puzzle Game
https://github.com/ratomidev/solving-8-puzzle-problem

8-puzzle 8-puzzle-game 8puzzle-solver blind-search problem-solving

Last synced: 11 months ago
JSON representation

8 Puzzle Game

Awesome Lists containing this project

README

          

# Solving-8-Puzzle-Problem
this application solves the 8 puzzle problem using algrorithm A* implemented in java.
It is a simple console application.
It take as input the initial state and the goal state, then run your app and the problem will be resolved :)!.
Be careful: don't put a random initial states because there are some states never exist.