Created
September 8, 2018 15:47
-
-
Save JasonSpine/7e3daaf7ae578209c9a4eb23b65d24e3 to your computer and use it in GitHub Desktop.
7 Billion Humans | Year 68 | 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) -- | |
-- 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