7 Billion Humans

7 Billion Humans

View Stats:
< >
Showing 1-2 of 2 comments
nezhi Aug 31, 2018 @ 4:23pm 
-- 7 Billion Humans (2087) --
-- 30: Fill the Floor --

mem1 = nearest printer
a:
takefrom mem1
step mem2
b:
step nw,w,sw,ne,e,se
if c != nothing:
jump b
endif
drop
mem2 = nearest datacube
jump a


WMcA.amenoire Jun 19, 2019 @ 6:57am 
Minor change to this solution which cuts about 20-25 seconds off by fixing the "I can't move to nothing" error at the start.

-- 7 Billion Humans (2214M) --
-- 30: Fill the Floor --

mem2 = nearest wall
mem1 = nearest printer
a:
takefrom mem1
step mem2
b:
step nw,w,sw,ne,e,se
if c == datacube:
jump b
endif
drop
mem2 = nearest datacube
jump a
< >
Showing 1-2 of 2 comments
Per page: 1530 50