Some more easy tests
This commit is contained in:
parent
4aa85d0068
commit
c1efa29510
6 changed files with 53 additions and 5 deletions
|
@ -332,6 +332,10 @@ There is a persian rug spread out on the floor!
|
|||
|
||||
The blood-specked body of a huge green dead dragon lies to one side.
|
||||
|
||||
> eat dragon
|
||||
|
||||
I think I just lost my appetite.
|
||||
|
||||
> drink blood
|
||||
|
||||
Your head buzzes strangely for a moment.
|
||||
|
@ -974,7 +978,7 @@ to try to reincarnate you?
|
|||
|
||||
OK
|
||||
|
||||
You scored 177 out of a possible 430, using 155 turns.
|
||||
You scored 177 out of a possible 430, using 156 turns.
|
||||
|
||||
You may now consider yourself a "Seasoned Adventurer".
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@ take axe
|
|||
w
|
||||
kill dragon
|
||||
yes
|
||||
eat dragon
|
||||
drink blood
|
||||
take rug
|
||||
e
|
||||
|
|
|
@ -91,6 +91,18 @@ You're in front of building.
|
|||
You are in a valley in the forest beside a stream tumbling along a
|
||||
rocky bed.
|
||||
|
||||
> extinguish stream
|
||||
|
||||
Upstream or downstream?
|
||||
|
||||
You're in valley.
|
||||
|
||||
> light stream
|
||||
|
||||
Upstream or downstream?
|
||||
|
||||
You're in valley.
|
||||
|
||||
> lock
|
||||
|
||||
There is nothing here with a lock!
|
||||
|
@ -99,6 +111,10 @@ There is nothing here with a lock!
|
|||
|
||||
You have nothing in which to carry it.
|
||||
|
||||
> blast
|
||||
|
||||
Blasting requires dynamite.
|
||||
|
||||
> building
|
||||
|
||||
You're in front of building.
|
||||
|
@ -209,6 +225,10 @@ Blasting requires dynamite.
|
|||
|
||||
OK
|
||||
|
||||
> find bottle
|
||||
|
||||
You are already carrying it!
|
||||
|
||||
> drink water
|
||||
|
||||
The bottle of water is now empty.
|
||||
|
@ -452,7 +472,7 @@ Okay, "BOO".
|
|||
|
||||
> score
|
||||
|
||||
You have garnered 27 out of a possible 430 points, using 89 turns.
|
||||
You have garnered 27 out of a possible 430 points, using 93 turns.
|
||||
|
||||
> z
|
||||
|
||||
|
@ -460,7 +480,7 @@ OK
|
|||
|
||||
> score
|
||||
|
||||
You have garnered 27 out of a possible 430 points, using 91 turns.
|
||||
You have garnered 27 out of a possible 430 points, using 95 turns.
|
||||
|
||||
> quit keys
|
||||
|
||||
|
@ -474,7 +494,7 @@ Do you really want to quit now?
|
|||
|
||||
OK
|
||||
|
||||
You scored 27 out of a possible 430, using 93 turns.
|
||||
You scored 27 out of a possible 430, using 97 turns.
|
||||
|
||||
You are obviously a rank amateur. Better luck next time.
|
||||
|
||||
|
|
|
@ -15,8 +15,11 @@ suspend food
|
|||
resume food
|
||||
out
|
||||
stream
|
||||
extinguish stream
|
||||
light stream
|
||||
lock
|
||||
take water
|
||||
blast
|
||||
building
|
||||
cave
|
||||
enter stream
|
||||
|
@ -40,6 +43,7 @@ find bar
|
|||
carry
|
||||
blast
|
||||
take bottle
|
||||
find bottle
|
||||
drink water
|
||||
fill bottle
|
||||
throw axe
|
||||
|
|
|
@ -1727,8 +1727,24 @@ Glistening pearl
|
|||
|
||||
You are being followed by a very large, tame bear.
|
||||
|
||||
> take chain
|
||||
|
||||
You scored 225 out of a possible 430, using 300 turns.
|
||||
OK
|
||||
|
||||
> fork
|
||||
|
||||
You are being followed by a very large, tame bear.
|
||||
|
||||
The path forks here. The left fork leads northeast. A dull rumbling
|
||||
seems to get louder in that direction. The right fork leads southeast
|
||||
down a gentle slope. The main corridor enters from the west.
|
||||
|
||||
> lock chain
|
||||
|
||||
There is nothing here to which the chain can be locked.
|
||||
|
||||
|
||||
You scored 225 out of a possible 430, using 303 turns.
|
||||
|
||||
You may now consider yourself a "Seasoned Adventurer".
|
||||
|
||||
|
|
|
@ -305,3 +305,6 @@ lock chain
|
|||
unlock chain
|
||||
take bear
|
||||
inven
|
||||
take chain
|
||||
fork
|
||||
lock chain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue