Skip to content

Instantly share code, notes, and snippets.

@JasonSpine
Created September 8, 2018 00:49
Show Gist options
  • Save JasonSpine/8d0cff2f2453865df46737fd4b1578c2 to your computer and use it in GitHub Desktop.
Save JasonSpine/8d0cff2f2453865df46737fd4b1578c2 to your computer and use it in GitHub Desktop.
7 Billion Humans | Year 60 | Size and Speed
-- 7 Billion Humans (2087) --
-- 60: Understaffed Sorting --
a:
step w,e
if sw == datacube and
sw > s and
e != worker and
w != worker:
pickup sw
drop
pickup s
step sw
drop
step e
pickup n
drop
step n
endif
jump a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment