n-puzzle : a python n-puzzle solver using A* algorithm.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
gbrochar 49858009e1 README typo 2 years ago
source n-puzzle 2 years ago
test n-puzzle 2 years ago
visu n-puzzle 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
Makefile n-puzzle 2 years ago
README.md README typo 2 years ago
author n-puzzle 2 years ago
res_npuzzle-gen.py n-puzzle 2 years ago

README.md

n-puzzle

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

It features a GLSL shader for visualizing the solution.