7 BILLION HUMANS

Level 31: Checkerboard Organization

Shortest Program

-- 7 Billion Humans (2144) --
-- Level 31: Checkerboard Organization --
-- Shortest Program: 7 Commands --
mem1 = nearest printer
a:
if myitem == nothing:
    takefrom mem1
    step w,n,e
endif
step nw,sw,ne,se
drop
jump a

Fastest Program

-- 7 Billion Humans (2144) --
-- Level 31: Checkerboard Organization --
-- Fastest Program: 95 Seconds --
mem1 = nearest printer
a:
takefrom mem1
step w,n,e
b:
step nw,sw,ne,se
if c != nothing:
    jump b
endif
drop
jump a
Back