Test for more unusual cases.
This commit is contained in:
parent
4874fce5c7
commit
6f17b31b85
2 changed files with 47 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
||||||
|
|
||||||
Welcome to Adventure!! Would you like instructions?
|
Welcome to Adventure!! Would you like instructions?
|
||||||
|
|
||||||
|
> foo
|
||||||
|
|
||||||
|
Please answer the question.
|
||||||
|
|
||||||
|
Welcome to Adventure!! Would you like instructions?
|
||||||
|
|
||||||
> n
|
> n
|
||||||
|
|
||||||
You are standing at the end of a road before a small brick building.
|
You are standing at the end of a road before a small brick building.
|
||||||
|
@ -12,6 +18,20 @@ Seed set to 1801426495
|
||||||
|
|
||||||
You're in front of building.
|
You're in front of building.
|
||||||
|
|
||||||
|
> eat
|
||||||
|
|
||||||
|
Eat what?
|
||||||
|
|
||||||
|
> drink
|
||||||
|
|
||||||
|
You have taken a drink from the stream. The water tastes strongly of
|
||||||
|
minerals, but is not unpleasant. It is extremely cold.
|
||||||
|
|
||||||
|
> find keys
|
||||||
|
|
||||||
|
I can only tell you what you see as you move about and manipulate
|
||||||
|
things. I cannot tell you where remote things are.
|
||||||
|
|
||||||
> in
|
> in
|
||||||
|
|
||||||
You are inside a building, a well house for a large spring.
|
You are inside a building, a well house for a large spring.
|
||||||
|
@ -24,6 +44,18 @@ There is food here.
|
||||||
|
|
||||||
There is a bottle of water here.
|
There is a bottle of water here.
|
||||||
|
|
||||||
|
> find keys
|
||||||
|
|
||||||
|
I believe what you want is right here with you.
|
||||||
|
|
||||||
|
> find foo
|
||||||
|
|
||||||
|
Nothing happens.
|
||||||
|
|
||||||
|
> find bar
|
||||||
|
|
||||||
|
Sorry, I don't know the word "BAR".
|
||||||
|
|
||||||
> carry
|
> carry
|
||||||
|
|
||||||
Carry what?
|
Carry what?
|
||||||
|
@ -68,6 +100,11 @@ Don't be ridiculous!
|
||||||
|
|
||||||
I see no blood here.
|
I see no blood here.
|
||||||
|
|
||||||
|
> brief
|
||||||
|
|
||||||
|
Okay, from now on I'll only describe a place in full the first time
|
||||||
|
you come to it. To get the full description, say "look".
|
||||||
|
|
||||||
> quit
|
> quit
|
||||||
|
|
||||||
Do you really want to quit now?
|
Do you really want to quit now?
|
||||||
|
@ -78,7 +115,7 @@ OK
|
||||||
|
|
||||||
> score
|
> score
|
||||||
|
|
||||||
You have garnered 32 out of a possible 430 points, using 14 turns.
|
You have garnered 32 out of a possible 430 points, using 21 turns.
|
||||||
|
|
||||||
> quit
|
> quit
|
||||||
|
|
||||||
|
@ -88,7 +125,7 @@ Do you really want to quit now?
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
|
||||||
You scored 32 out of a possible 430, using 15 turns.
|
You scored 32 out of a possible 430, using 22 turns.
|
||||||
|
|
||||||
You are obviously a rank amateur. Better luck next time.
|
You are obviously a rank amateur. Better luck next time.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,14 @@
|
||||||
## Test for various cases not found in walkthroughs.
|
## Test for various cases not found in walkthroughs.
|
||||||
|
foo
|
||||||
n
|
n
|
||||||
seed 1801426495
|
seed 1801426495
|
||||||
|
eat
|
||||||
|
drink
|
||||||
|
find keys
|
||||||
in
|
in
|
||||||
|
find keys
|
||||||
|
find foo
|
||||||
|
find bar
|
||||||
carry
|
carry
|
||||||
blast
|
blast
|
||||||
throw axe
|
throw axe
|
||||||
|
@ -13,6 +20,7 @@ unlock chain
|
||||||
fill urn
|
fill urn
|
||||||
eat keys
|
eat keys
|
||||||
drink blood
|
drink blood
|
||||||
|
brief
|
||||||
quit
|
quit
|
||||||
n
|
n
|
||||||
score
|
score
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue