Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).