Skip to content

Instantly share code, notes, and snippets.

@terrorobe
Created August 29, 2018 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrorobe/4f2c05a1091e071b74ed631f26a7101f to your computer and use it in GitHub Desktop.
Save terrorobe/4f2c05a1091e071b74ed631f26a7101f to your computer and use it in GitHub Desktop.
-- 7 Billion Humans (2059) --
-- 20: Reverse Line --
if w == nothing or
e == nothing:
step s
pickup c
if e == hole:
jump a
endif
else:
end
endif
b:
c:
step e
if c == nothing:
drop
step w
pickup c
jump d
endif
jump b
e:
d:
a:
step w
if c == nothing:
drop
step e
pickup c
jump c
endif
jump e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment