Unsatisfactory Software software
Software Magazines Misc About
Contents | Index | Help | < Browse | Browse >
Haylp! HAYLP!
Program by Chris Young 1996

It's (not quite) official: The first calculator game with PROPER gameplay!

Basically, you are trapped in a large room (with four areas) and have to escape.

Controls: Keys 1-6 and EXE
(1 - North, 2 - East, 3 - South, 4 - West, 5 - Take (Pick up), 6 - Use)
The calculator will automatically decide which object to use.

This game takes up a whole 500 bytes!

1 -> V:0 -> W:0 -> X:0 -> Y:0 -> Z
Lbl 1
"1N 2E 3S 4W 5 TAKE 6 USE "
V=1 => "ROOM WIV SAFEEXITS E,S"
V=2 => Goto 2
V=3 => "ROOM WIV VIEWEXITS N,E"
V=4 => Z=0 => "ROOM WIV LAMPEXIT W"
V=4 => Z <> 0 => "EMPTY ROOM EXIT W"
Goto 3
Lbl 2
Z <> 2 => "DARK"
X <> 1 => "EMPTY ROOM"
"EXIT W"
Lbl 3
? -> U
U=1 => V=3 => 1 -> V
U=2 => V=1 => 2 -> V
U=2 => V=3 => 4 -> V
U=3 => V=1 => 3 -> V
U=4 => V=2 => 1 -> V
U=4 => V=4 => 3 -> V
U=5 => V=2 => Z=2 => 1 -> X
U=5 => V=4 => 1 -> Z
U=6 => V=1 => X=1 => Goto 6
U=6 => V=2 => Z=1 => 2 -> Z
U=6 => V=3 => W=1 => Goto 5
Goto 1
Lbl 6
1 -> W
"SAFE OPEN. YOU TAKE THE AXE INSIDE"/
Goto 1
Lbl 5
"YOU BREAK THEWINDOW AND ESCAPE. CONGRATS!"