7 BILLION HUMANS
Level 51: Identify Yourselves
Shortest Program
-- 7 Billion Humans (2144) --
-- Level 51: Identify Yourselves --
-- Shortest Program: 7 Commands --
pickup s
a:
if w == worker:
jump a
endif
mem1 = calc sw + 1
write mem1
step s
drop
Fastest Program
-- 7 Billion Humans (2144) --
-- Level 51: Identify Yourselves --
-- Fastest Program: 26 Seconds --
mem1 = set 1
a:
if w == worker:
mem1 = calc mem1 + 1
listenfor ok
jump a
endif
pickup s
write mem1
tell everyone ok
step s
drop
Back