n-puzzle/README.md

6 lines
127 B
Markdown
Raw 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.
It features a GLSL shaders for visualizing the solution.