Update mapper and related files.
This commit is contained in:
parent
2df9b96765
commit
a5c2a4c825
4 changed files with 37 additions and 27 deletions
2
notes.md
2
notes.md
|
@ -40,7 +40,7 @@ solution is along the sides or bottom.
|
|||
(var cell-stack [(math.random 1 num-cells)])
|
||||
|
||||
(while (> 0 (length cell-stack)
|
||||
(var current-cell (table.remove cell-stack (length cell-stack)))
|
||||
(var current-cell (table.remove cell-stack))
|
||||
(tset cells current-cell :v true)
|
||||
|
||||
; Check if any of the current cell's neighbors are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue