Last active
September 8, 2018 01:10
-
-
Save JasonSpine/e768fc559bb152c5144a33b660fe6541 to your computer and use it in GitHub Desktop.
7 Billion Humans | Year 59 | Size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 7 Billion Humans (2087) -- | |
-- 59: Glory Hole -- | |
a: | |
mem1 = foreachdir nw,w,sw,n,s,ne,e,se: | |
if c == 1: | |
mem2 = nearest hole | |
step mem2 | |
endif | |
if c == nothing or | |
mem1 < c and | |
mem1 == datacube: | |
step mem1 | |
jump a | |
endif | |
endfor | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment