Skip to content

Instantly share code, notes, and snippets.

@JasonSpine
Created September 8, 2018 15:47
Show Gist options
  • Save JasonSpine/7e3daaf7ae578209c9a4eb23b65d24e3 to your computer and use it in GitHub Desktop.
Save JasonSpine/7e3daaf7ae578209c9a4eb23b65d24e3 to your computer and use it in GitHub Desktop.
7 Billion Humans | Year 68 | Size
-- 7 Billion Humans (2087) --
-- 68: Goodbye, Humans! --
a:
if e != hole:
step se
if sw == wall and
se == wall:
if nw != worker and
n != worker and
ne != worker and
e != worker and
se != worker and
s != worker and
sw != worker and
w != worker:
tell everyone goodbye
endif
step s
endif
endif
if sw != hole:
step sw
endif
jump a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment