This commit is contained in:
Bryce Covert
2016-01-15 21:34:26 -08:00
parent 3abff89d5e
commit dcf6328ca1
10 changed files with 26 additions and 51 deletions

View File

@@ -115,7 +115,6 @@
(defn test-pathfind []
(let [my-map (random-map)
path (visit-all my-map [1 1] [639 479 ])]
(println "Test")
(print-resolved path my-map)
(println path)))