More test coverage.
This commit is contained in:
parent
897fe621ec
commit
95e8752252
4 changed files with 40 additions and 4 deletions
|
@ -123,6 +123,10 @@ from east and west sides of the chamber.
|
|||
|
||||
A cheerful little bird is sitting here singing.
|
||||
|
||||
> eat bird
|
||||
|
||||
I think I just lost my appetite.
|
||||
|
||||
> feed bird
|
||||
|
||||
It's not hungry (it's merely pinin' for the fjords). Besides, you
|
||||
|
@ -133,7 +137,7 @@ have no bird seed.
|
|||
The little bird is now dead. Its body disappears.
|
||||
|
||||
|
||||
You scored 32 out of a possible 430, using 22 turns.
|
||||
You scored 32 out of a possible 430, using 23 turns.
|
||||
|
||||
You are obviously a rank amateur. Better luck next time.
|
||||
|
||||
|
|
|
@ -21,5 +21,6 @@ on lamp
|
|||
read
|
||||
w
|
||||
w
|
||||
eat bird
|
||||
feed bird
|
||||
attack bird
|
||||
|
|
|
@ -12,6 +12,26 @@ Seed set to 2099333241
|
|||
|
||||
You're in front of building.
|
||||
|
||||
> in
|
||||
|
||||
You are inside a building, a well house for a large spring.
|
||||
|
||||
There are some keys on the ground here.
|
||||
|
||||
There is a shiny brass lamp nearby.
|
||||
|
||||
There is food here.
|
||||
|
||||
There is a bottle of water here.
|
||||
|
||||
> eat
|
||||
|
||||
Thank you, it was delicious!
|
||||
|
||||
> out
|
||||
|
||||
You're in front of building.
|
||||
|
||||
> n
|
||||
|
||||
You are wandering aimlessly through the forest.
|
||||
|
@ -101,9 +121,9 @@ You are wandering aimlessly through the forest.
|
|||
|
||||
You are wandering aimlessly through the forest.
|
||||
|
||||
> e
|
||||
> drink
|
||||
|
||||
You are wandering aimlessly through the forest.
|
||||
Drink what?
|
||||
|
||||
> e
|
||||
|
||||
|
@ -161,6 +181,12 @@ Please answer the question.
|
|||
|
||||
Would you like to be shown out of the forest?
|
||||
|
||||
> e
|
||||
|
||||
Please answer the question.
|
||||
|
||||
Would you like to be shown out of the forest?
|
||||
|
||||
> y
|
||||
|
||||
I am prepared to give you a hint, but it will cost you 2 points.
|
||||
|
@ -173,7 +199,7 @@ Go east ten times. If that doesn't get you out, then go south, then
|
|||
west twice, then south.
|
||||
|
||||
|
||||
You scored 30 out of a possible 430, using 34 turns.
|
||||
You scored 30 out of a possible 430, using 37 turns.
|
||||
|
||||
You are obviously a rank amateur. Better luck next time.
|
||||
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
## Test hinting logic - elicit forest hint
|
||||
# Also some tests of intransitive-verb cases
|
||||
n
|
||||
seed 2099333241
|
||||
in
|
||||
eat
|
||||
out
|
||||
n
|
||||
e
|
||||
n
|
||||
|
@ -22,6 +26,7 @@ e
|
|||
e
|
||||
e
|
||||
e
|
||||
drink
|
||||
e
|
||||
e
|
||||
e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue