User File #638874688943283518

Upload All User Files

#638874688943283518 - Zork for Apple II "fastest eaten by a grue" in 00:08.34

grue.bk2
In 00:08.330 (500 frames), 621 rerecords
1 comment, 85 downloads
Uploaded 7/7/2025 7:08 AM by Sand (see all 12)
This is an improvement on #5891: adelikat's AppleII Zork I: The Great Underground Empire "Fastest eaten by a grue" in 00:15.00, from 900 to 500 frames. The previous inputs were:
go e
go s
go e
open window
go in
go u
go u
The new inputs are:
s.e.open.in.u.u
[Plus an extra Return to dismiss a [MORE] prompt.]
The timesaves are:
  • Omitting the initial go e command that tries to move into the blocked front door.
  • Removing all go. For example, s does the same as go s and is shorter.
  • Shortening open window to open. The object of the command is implied.
  • Putting all the commands on one line, separated by .. This doesn't make YOU HAVE DIED arrive any quicker, but it allows ending input early. The large amount of output produced by the combined commands requires buffering an additional press of Return to dismiss a [MORE] prompt that appears, but that can be done immediately after entering the commands.
The altered command schedule affects the RNG differently. I had to add 2 frames of delay before entering the commands in order to actually get eaten by a grue in the end.
CoolKirby
on 7/7/2025 9:10 AM
That's a lot of frames saved, well done!