Skip to content

Instantly share code, notes, and snippets.

@JasonSpine
Created September 8, 2018 15:50
Show Gist options
  • Save JasonSpine/24c61f08a9daf21804a15b0c24e7c1be to your computer and use it in GitHub Desktop.
Save JasonSpine/24c61f08a9daf21804a15b0c24e7c1be to your computer and use it in GitHub Desktop.
7 Billion Humans | Year 64 | Size
-- 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
@s191417nq
Copy link

s191417nq commented Dec 3, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment