7 BILLION HUMANS

Level 32: Creative Writhing

Shortest Program

-- 7 Billion Humans (2144) --
-- Level 32: Creative Writhing --
-- Shortest Program: 6 Commands --
a:
if c == 0:
    pickup c
    write 99
    drop
endif
step nw,sw,ne,se
jump a

Fastest Program

-- 7 Billion Humans (2144) --
-- Level 32: Creative Writhing --
-- Fastest Program: 39 Seconds --
a:
if s == datacube:
    step s
else:
    if e == datacube:
        step e
    else:
        step w
    endif
endif
pickup c
write 99
drop
jump a
Back