Skip to content

Instantly share code, notes, and snippets.

@JasonSpine
Created September 8, 2018 01:04
Show Gist options
  • Save JasonSpine/7408dac13dd0ce31d281122e392250e0 to your computer and use it in GitHub Desktop.
Save JasonSpine/7408dac13dd0ce31d281122e392250e0 to your computer and use it in GitHub Desktop.
7 Billion Humans | Year 59 | Speed
-- 7 Billion Humans (2087) --
-- 59: Glory Hole --
if ne == 6:
step e
endif
if n == 6:
a:
step nw
jump a
endif
if w == 12:
step sw
step s
b:
c:
d:
e:
step s
step s
step w
step w
step nw
step nw
step nw
step nw
f:
step w
jump f
else:
if w == 10:
step w
jump e
endif
if sw == 10:
step sw
jump c
endif
if se == 11 and
w == worker:
step se
step s
jump d
endif
if se == 11 and
w == hole:
step se
step se
jump b
endif
endif
if e == worker and
ne == 5:
step e
endif
if ne == 5:
step ne
step n
step n
step n
step nw
step nw
endif
if ne == 3:
step ne
step n
step ne
step n
endif
g:
if e != hole and
e == worker:
step e
jump g
endif
if e == hole:
step sw
step sw
step sw
step sw
endif
if e == 2:
step e
step e
step e
endif
if s == 1:
step s
step s
else:
step n
step n
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment