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) -- | |
-- 57: Neighborly Sweeper -- | |
mem1 = set e | |
if e == wall: | |
a: | |
b: | |
if w != wall: | |
step w | |
mem2 = set 0 |
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) -- | |
-- 57: Neighborly Sweeper -- | |
comment 0 | |
if w == wall: | |
a: | |
b: | |
if c == nothing and | |
e != wall: | |
step e |
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) -- | |
-- 56: Local Maximums -- | |
step w | |
step w | |
mem1 = foreachdir nw,w,sw,n,s,ne,e,se: | |
if mem1 > mem2: | |
mem2 = set mem1 | |
endif | |
endfor |
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) -- | |
-- 60: Understaffed Sorting -- | |
a: | |
step w,e | |
if sw == datacube and | |
sw > s and | |
e != worker and | |
w != worker: | |
pickup sw |
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) -- | |
-- 55: Data Flowers -- | |
pickup s | |
a: | |
if n != datacube or | |
s != datacube: | |
step n | |
jump a | |
endif |
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) -- | |
-- 54: Terrain Leveler -- | |
a: | |
if n != wall: | |
step n | |
mem1 = calc c + mem1 | |
pickup c | |
write mem1 | |
drop |
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) -- | |
-- 54: Terrain Leveler -- | |
comment 0 | |
if s == wall: | |
mem4 = set 99 | |
endif | |
a: | |
if n != wall: | |
step n |
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) -- | |
-- 53: 100 Cubes on the Floor -- | |
if n == wall: | |
mem1 = set 0 | |
jump a | |
endif | |
if n == worker and | |
se == worker: | |
mem1 = set 10 |
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) -- | |
-- 53: 100 Cubes on the Floor -- | |
comment 2 | |
if e == wall: | |
mem3 = set 99 | |
endif | |
a: | |
if c != datacube: | |
step w |
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) -- | |
-- 52: The Mode Code -- | |
mem2 = set s | |
if w != nothing: | |
a: | |
mem4 = calc 1 + mem4 | |
if w == worker: | |
jump a | |
endif |