Test coverage More misuse of transitive verbs
This commit is contained in:
parent
7ae0782b25
commit
9c88649cd4
2 changed files with 64 additions and 4 deletions
|
@ -31,6 +31,54 @@ Seed set to 1801426495
|
||||||
|
|
||||||
You're in front of building.
|
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.
|
||||||
|
|
||||||
|
> nothing food
|
||||||
|
|
||||||
|
OK
|
||||||
|
|
||||||
|
> calm food
|
||||||
|
|
||||||
|
I'm game. Would you care to explain how?
|
||||||
|
|
||||||
|
> walk food
|
||||||
|
|
||||||
|
Where?
|
||||||
|
|
||||||
|
> score food
|
||||||
|
|
||||||
|
Huh?
|
||||||
|
|
||||||
|
> foo food
|
||||||
|
|
||||||
|
I don't know how.
|
||||||
|
|
||||||
|
> brief food
|
||||||
|
|
||||||
|
On what?
|
||||||
|
|
||||||
|
> suspend food
|
||||||
|
|
||||||
|
Huh?
|
||||||
|
|
||||||
|
> resume food
|
||||||
|
|
||||||
|
Huh?
|
||||||
|
|
||||||
|
> out
|
||||||
|
|
||||||
|
You're in front of building.
|
||||||
|
|
||||||
> stream
|
> stream
|
||||||
|
|
||||||
You are in a valley in the forest beside a stream tumbling along a
|
You are in a valley in the forest beside a stream tumbling along a
|
||||||
|
@ -75,7 +123,9 @@ Carry what?
|
||||||
|
|
||||||
I am unsure how you are facing. Use compass points or nearby objects.
|
I am unsure how you are facing. Use compass points or nearby objects.
|
||||||
|
|
||||||
You're in front of building.
|
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.
|
||||||
|
|
||||||
> eat
|
> eat
|
||||||
|
|
||||||
|
@ -106,7 +156,7 @@ OK
|
||||||
|
|
||||||
> in
|
> in
|
||||||
|
|
||||||
You are inside a building, a well house for a large spring.
|
You're inside building.
|
||||||
|
|
||||||
There are some keys on the ground here.
|
There are some keys on the ground here.
|
||||||
|
|
||||||
|
@ -381,7 +431,7 @@ Okay, "BOO".
|
||||||
|
|
||||||
> score
|
> score
|
||||||
|
|
||||||
You have garnered 27 out of a possible 430 points, using 74 turns.
|
You have garnered 27 out of a possible 430 points, using 84 turns.
|
||||||
|
|
||||||
> quit keys
|
> quit keys
|
||||||
|
|
||||||
|
@ -395,7 +445,7 @@ Do you really want to quit now?
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
|
||||||
You scored 27 out of a possible 430, using 76 turns.
|
You scored 27 out of a possible 430, using 86 turns.
|
||||||
|
|
||||||
You are obviously a rank amateur. Better luck next time.
|
You are obviously a rank amateur. Better luck next time.
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,16 @@
|
||||||
foo
|
foo
|
||||||
y
|
y
|
||||||
seed 1801426495
|
seed 1801426495
|
||||||
|
in
|
||||||
|
nothing food
|
||||||
|
calm food
|
||||||
|
walk food
|
||||||
|
score food
|
||||||
|
foo food
|
||||||
|
brief food
|
||||||
|
suspend food
|
||||||
|
resume food
|
||||||
|
out
|
||||||
stream
|
stream
|
||||||
lock
|
lock
|
||||||
take water
|
take water
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue