update README

This commit is contained in:
gbrochar 2020-11-22 18:02:11 +01:00
parent 5f3a00402f
commit dd24547002
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# n-puzzle
n-puzzle : a python n-puzzle solver using A* algorithm.
n-puzzle : a python n-puzzle solver using A\* algorithm.
It features a GLSL shaders for visualizing the solution.