Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsouza99/8-puzzle
The 8-Puzzle game, written in Python.
https://github.com/fsouza99/8-puzzle
astar-algorithm puzzle-game puzzle-solver python
Last synced: 10 days ago
JSON representation
The 8-Puzzle game, written in Python.
- Host: GitHub
- URL: https://github.com/fsouza99/8-puzzle
- Owner: fsouza99
- License: mit
- Created: 2022-07-28T21:30:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T13:35:14.000Z (8 months ago)
- Last Synced: 2024-11-08T02:10:27.300Z (2 months ago)
- Topics: astar-algorithm, puzzle-game, puzzle-solver, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 8-Puzzle
The 8-Puzzle game, written in Python.
Instructions are pretty simple. Use a random board configuration or insert you own. In the latter case, make sure your game is solvable, because not all board configurations can be logically solved. You can set a limit for iterations.
The code can be easily converted into the 4x4 version of this game (15-Puzzle).