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
- Host: GitHub
- URL: https://github.com/ratomidev/solving-8-puzzle-problem
- Owner: ratomidev
- Created: 2022-10-05T14:02:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T14:31:46.000Z (over 3 years ago)
- Last Synced: 2025-05-18T01:36:58.226Z (about 1 year ago)
- Topics: 8-puzzle, 8-puzzle-game, 8puzzle-solver, blind-search, problem-solving
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.