7 BILLION HUMANS

Level 53: 100 Cubes on the Floor

Shortest and Fastest Program

-- 7 Billion Humans (2144) --
-- Level 53: 100 Cubes on the Floor --
-- Shortest Program: 14 Commands --
-- Fastest Program: 73 Seconds --
a:
if c != datacube:
    step w
    jump a
endif
b:
if sw != wall:
    step sw
    mem1 = calc mem1 + 10
    jump b
endif
c:
pickup c
write mem1
drop
if n != wall:
    mem1 = calc mem1 + 1
    step n
    jump c
endif
Back