7 BILLION HUMANS

Level 7: Collation Station

Shortest Program

-- 7 Billion Humans (2144) --
-- Level 7: Collation Station --
-- Shortest Program: 5 Commands --
a:
step s
drop
if c == datacube and
 s != hole:
    pickup c
endif
jump a

Fastest Program

-- 7 Billion Humans (2144) --
-- Level 7: Collation Station --
-- Fastest Program: 6 Seconds --
a:
step s
if s != datacube:
    jump a
endif
pickup s
b:
if s != hole:
    step s
    jump b
endif
drop
Back