n-puzzle : a python n-puzzle solver using A* algorithm.
Go to file
gbrochar 49858009e1 README typo 2020-11-22 18:02:38 +01:00
source n-puzzle 2020-11-22 18:01:12 +01:00
test n-puzzle 2020-11-22 18:01:12 +01:00
visu n-puzzle 2020-11-22 18:01:12 +01:00
.gitignore Initial commit 2020-11-22 16:59:35 +00:00
LICENSE Initial commit 2020-11-22 16:59:35 +00:00
Makefile n-puzzle 2020-11-22 18:01:12 +01:00
README.md README typo 2020-11-22 18:02:38 +01:00
author n-puzzle 2020-11-22 18:01:12 +01:00
res_npuzzle-gen.py n-puzzle 2020-11-22 18:01:12 +01:00

README.md

n-puzzle

n-puzzle : a python n-puzzle solver using A* algorithm.

It features a GLSL shader for visualizing the solution.