Added a readme.

This commit is contained in:
2021-02-08 00:19:30 -06:00
parent 7405f88bd6
commit 6f23674730
4 changed files with 79 additions and 19 deletions
+2
View File
@@ -0,0 +1,2 @@
A JavaScript maze solver I wrote while doing an AI class that Harvard offered.
Mostly was me playing around with a few different ways to build a maze solving algorithm.