Skip to content

Commit

Permalink
year 20
Browse files Browse the repository at this point in the history
  • Loading branch information
abfipes12 committed Nov 13, 2023
1 parent 431add6 commit f35e328
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 deletions Glitchless/Speed/Year 20 - Reverse Line
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
-- 7 Billion Humans (2235) --
-- 20: Reverse Line by @landfillbaby --
-- 20: Reverse Line by @landfillbaby, @ansvonwa and @abfipes12 --

if w == nothing or
e == nothing:
if sw == hole or
se == hole:
pickup s
if se == hole:
step w
step w
step w
if sw == hole:
step se
step e
a:
step w
step sw
step e
step e
b:
step nw
step sw
else:
step e
step e
step e
else:
step sw
step w
c:
step e
step se
step w
step w
d:
step ne
step se
step w
step w
step w
endif
else:
step s
pickup c
if w == nothing or
e == nothing:
if ne == nothing:
step nw
jump a
endif
step ne
jump c
drop
endif
if sw != datacube or
se != datacube:
pickup s
if e >= 0:
step s
jump a
endif
if n == worker:
if nw == worker:
step w
jump b
endif
step e
step s
jump c
endif
if sw != datacube or
se != datacube:
pickup s
if e != worker:
step s
jump d
endif
step s
if w == worker:
step nw
else:
step ne
endif
jump b
endif
if sw == datacube:
pickup sw
endif
drop
pickup se
step s
drop
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ With Gliches
<tr>
<td>⚡<a href="Glitchless/Speed/Year 20 - Reverse Line">Speed</a></td>
<td>landfillbaby</td>
<td>39</td>
<td>38</td>
<td>4s</td>
</tr>
</table>
Expand Down

0 comments on commit f35e328

Please sign in to comment.