7 BILLION HUMANS

Level 13: Injection Sites 2

Shortest Program

-- 7 Billion Humans (2144) --
-- Level 13: Injection Sites 2 --
-- Shortest Program: 10 Commands --
pickup s
a:
if e == wall:
    step sw
    b:
    if w != wall:
        step w
        jump b
    endif
endif
step e
if e == datacube and
 c != datacube:
    drop
endif
jump a

Fastest Program

-- 7 Billion Humans (2144) --
-- Level 13: Injection Sites 2 --
-- Fastest Program: 7 Seconds --
step s
pickup c
step se
step se
if c != datacube:
    drop
else:
    step sw
    step sw
    if c != datacube:
        drop
    else:
        step se
        step se
        step e
        step e
        step e
        if c != datacube:
            drop
        else:
            step sw
            step s
            drop
        endif
    endif
endif
Back