diff options
-rw-r--r-- | js/ant.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ function resetPos() antPos[1] = height/2; stroke(255, 0, 0); point(antPos[0], antPos[1]); + running = false; } function drawCell(x, y) |
![]() |
index : pommicket.github.io.git | |
A website with mathematical demonstrations, games, and more. | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | js/ant.js | 1 |
@@ -73,6 +73,7 @@ function resetPos() antPos[1] = height/2; stroke(255, 0, 0); point(antPos[0], antPos[1]); + running = false; } function drawCell(x, y) |