7 BILLION HUMANS

Level 16: Little Exterminator 2

Shortest Program

-- 7 Billion Humans (2144) --
-- Level 16: Little Exterminator 2 --
-- Shortest Program: 8 Commands --
a:
step s
if c != datacube:
    jump a
endif
pickup c
b:
step e
if se != shredder:
    jump b
endif
giveto se

Fastest Program

-- 7 Billion Humans (2144) --
-- Level 16: Little Exterminator 2 --
-- Fastest Program: 7 Seconds --
step s
step s
step s
step s
if c == datacube:
    pickup c
    a:
    step e
    step e
    step e
    giveto se
    end
endif
step s
if c == datacube:
    pickup c
    b:
    step e
    jump a
endif
step s
pickup c
step e
jump b
Back