fsouza99 / 8-Puzzle

The 8-Puzzle game, written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The 8-Puzzle game, written in Python.

License:MIT License


Languages

Language:Python 100.0%