n-puzzle/README.md

6 lines
126 B
Markdown
Raw Permalink Normal View History

2020-11-22 16:59:35 +00:00
# n-puzzle
2020-11-22 17:02:11 +00:00
n-puzzle : a python n-puzzle solver using A\* algorithm.
2020-11-22 17:02:38 +00:00
It features a GLSL shader for visualizing the solution.