Test consolidation.

This commit is contained in:
Eric S. Raymond 2017-06-28 13:03:45 -04:00
parent 533f737cb3
commit f6267ff3eb
6 changed files with 28 additions and 44 deletions

View file

@ -1298,8 +1298,15 @@ OK
You have taken the vase and hurled it delicately to the ground.
> quit
You scored 139 out of a possible 430, using 210 turns.
Do you really want to quit now?
> yes
OK
You scored 139 out of a possible 430, using 211 turns.
You have achieved the rating: "Experienced Adventurer".

View file

@ -216,3 +216,5 @@ s
# Previous was just setup - this is the real test
take vase
break vase
quit
yes

View file

@ -1397,14 +1397,14 @@ There are some keys on the ground here.
There is food here.
> drop vase
The ming vase drops with a delicate crash.
> drop pillow
OK
> drop vase
The vase is now resting, delicately, on a velvet pillow.
> drop trident
OK
@ -1898,10 +1898,10 @@ There is an emerald here the size of a plover's egg!
There is a jewel-encrusted trident here!
There is a delicate, precious, ming vase here!
A small velvet pillow lies on the floor.
The floor is littered with worthless shards of pottery.
There is a platinum pyramid here, 8 inches on a side!
There are diamonds here!
@ -2099,10 +2099,10 @@ There is a richly-carved ebony statuette here!
There is a jewel-encrusted trident here!
There is a delicate, precious, ming vase here!
A small velvet pillow lies on the floor.
The floor is littered with worthless shards of pottery.
There is a platinum pyramid here, 8 inches on a side!
There are diamonds here!
@ -2163,10 +2163,10 @@ There is a richly-carved ebony statuette here!
There is a jewel-encrusted trident here!
There is a delicate, precious, ming vase here!
A small velvet pillow lies on the floor.
The floor is littered with worthless shards of pottery.
There is a platinum pyramid here, 8 inches on a side!
There are diamonds here!
@ -2353,10 +2353,10 @@ There is a richly-carved ebony statuette here!
There is a jewel-encrusted trident here!
There is a delicate, precious, ming vase here!
A small velvet pillow lies on the floor.
The floor is littered with worthless shards of pottery.
There is a platinum pyramid here, 8 inches on a side!
There are diamonds here!
@ -2944,8 +2944,8 @@ There is a loud explosion, and a twenty-foot hole appears in the far
wall, burying the snakes in the rubble. A river of molten lava pours
in through the hole, destroying everything in its path, including you!
You scored 413 out of a possible 430, using 468 turns.
You scored 399 out of a possible 430, using 468 turns.
Your score puts you in Master Adventurer Class A.
Your score puts you in Master Adventurer Class B.
To achieve the next higher rating, you need 14 more points.
To achieve the next higher rating, you need 12 more points.

View file

@ -1,4 +1,4 @@
## Last-minute defeat, with lava
## Last-minute defeat, with lava. Also tests vase drop before pillow.
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n
seed 1838473132
@ -232,8 +232,9 @@ u
n
off
plugh
drop pillow
# Invert these so we test the vase-drop code
drop vase
drop pillow
drop trident
drop emerald
drop ebony

View file

@ -1,22 +0,0 @@
Welcome to Adventure!! Would you like instructions?
> n
You are standing at the end of a road before a small brick building.
Around you is a forest. A small stream flows out of the building and
down a gully.
> quit
Do you really want to quit now?
> yes
OK
You scored 32 out of a possible 430, using 1 turn.
You are obviously a rank amateur. Better luck next time.
To achieve the next higher rating, you need 14 more points.

View file

@ -1,4 +0,0 @@
## Simple quit
n
quit
yes