Skip to content

fsouza99/8-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages