Merge two NOCOMPARE tests.
This commit is contained in:
parent
0d2332573b
commit
97a69d8cbd
4 changed files with 11 additions and 26 deletions
|
@ -79,6 +79,14 @@ This command requires a numeric argument.
|
|||
|
||||
You're in front of building.
|
||||
|
||||
> seed
|
||||
|
||||
This command requires a numeric argument.
|
||||
|
||||
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 grate
|
||||
|
||||
I see no grate here.
|
||||
|
@ -154,7 +162,7 @@ There is a bottle of water here.
|
|||
What do you want to do with the keys?
|
||||
|
||||
>
|
||||
You scored 27 out of a possible 430, using 20 turns.
|
||||
You scored 27 out of a possible 430, using 21 turns.
|
||||
|
||||
You are obviously a rank amateur. Better luck next time.
|
||||
|
||||
|
|
|
@ -16,6 +16,8 @@ _
|
|||
back
|
||||
# advent430 doesn't have this command
|
||||
waste
|
||||
# seed should cause a compint when argumentless,
|
||||
seed
|
||||
eat grate
|
||||
23
|
||||
eat building
|
||||
|
|
|
@ -1,21 +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.
|
||||
|
||||
> seed
|
||||
|
||||
This command requires a numeric argument.
|
||||
|
||||
You're in front of building.
|
||||
|
||||
>
|
||||
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.
|
|
@ -1,4 +0,0 @@
|
|||
# Check that argumentless seed command throws an error
|
||||
#NOCOMPARE The word "seed" alone is mot recognized in advent430
|
||||
n
|
||||
seed
|
Loading…
Add table
Add a link
Reference in a new issue