Created
September 8, 2018 15:50
-
-
Save JasonSpine/24c61f08a9daf21804a15b0c24e7c1be to your computer and use it in GitHub Desktop.
7 Billion Humans | Year 64 | Size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 7 Billion Humans (2087) -- | |
-- 64: Binary Counter -- | |
step s | |
if s == button: | |
a: | |
step s | |
step n | |
tell w ok | |
listenfor ready | |
jump a | |
endif | |
step s | |
pickup n | |
b: | |
listenfor ok | |
if myitem == datacube: | |
drop | |
tell everyone ready | |
else: | |
pickup c | |
tell w ok | |
endif | |
jump b | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
16 steps:
-- 7 Billion Humans (2214M) --
-- 64: Binary Counter --
step s
step s
pickup n
a:
if e == worker or
se == worker:
listenfor ok
endif
if myitem == nothing:
pickup c
step n
step s
tell nw ok
tell w ok
listenfor go
else:
drop
tell everyone go
endif
jump a
however somebody solved it with only 14 steps, witch is totally beyond my level.