Commit Diff
Commit:
4b240473f12004c64902c584b6392693b415ce03
Date:
Sun Dec 18 18:59:56 2022
UTC
Message:
reset direction after game over
--- main.fnl
+++ main.fnl
@@ -117,6 +117,7 @@
{:x 13 :y 9}
{:x 12 :y 9}
{:x 11 :y 9}])
+ (set direction :right)
(set candies [])
(for [i 1 5]
(place-candy))
Omar Polo