7 BILLION HUMANS

Level 44: Unique Fashion Party

Shortest Program

-- 7 Billion Humans (2144) --
-- Level 44: Unique Fashion Party --
-- Shortest Program: 11 Commands --
pickup s
a:
step s,e
if se != hole:
    jump a
endif
b:
step e
if mem1 != myitem:
    mem1 = calc mem1 + 1
    jump b
endif
if n == worker:
    step s
endif
step n

Fastest Program

-- 7 Billion Humans (2144) --
-- Level 44: Unique Fashion Party --
-- Fastest Program: 66 Seconds --
pickup s
a:
step s,e
if se != hole:
    jump a
endif
if myitem == 6:
    step e
    step e
    step e
    step e
    step e
    step e
endif
if myitem == 5:
    step e
    step e
    step e
    step e
    step e
endif
if myitem == 4:
    step e
    step e
    step e
    step e
endif
if myitem == 3:
    step e
    step e
    step e
else:
    if myitem == 2:
        step e
        step e
    else:
        if myitem == 1:
            step e
        endif
    endif
endif
if ne == worker:
    step se
endif
step ne
Back