Fix the mazehint log so it works.
This commit is contained in:
parent
349c51793c
commit
3939cd4f96
2 changed files with 59 additions and 22 deletions
|
@ -7,8 +7,8 @@ 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
|
Around you is a forest. A small stream flows out of the building and
|
||||||
down a gully.
|
down a gully.
|
||||||
|
|
||||||
> seed 1924231168
|
> seed 739688815
|
||||||
Seed set to 1924231168
|
Seed set to 739688815
|
||||||
|
|
||||||
You're in front of building.
|
You're in front of building.
|
||||||
|
|
||||||
|
@ -507,10 +507,6 @@ You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
There is a little axe here.
|
There is a little axe here.
|
||||||
|
|
||||||
> thake axe
|
|
||||||
|
|
||||||
Sorry, I don't know the word "THAKE".
|
|
||||||
|
|
||||||
> take axe
|
> take axe
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
@ -524,10 +520,6 @@ You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
There is a little axe here.
|
There is a little axe here.
|
||||||
|
|
||||||
> taje axe
|
|
||||||
|
|
||||||
Sorry, I don't know the word "TAJE".
|
|
||||||
|
|
||||||
> take axe
|
> take axe
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
@ -584,17 +576,55 @@ You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
You are in a maze of twisty little passages, all alike.
|
You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
> inven
|
> n
|
||||||
|
|
||||||
You are currently holding the following:
|
You are in a maze of twisty little passages, all alike.
|
||||||
Brass lantern
|
|
||||||
Wicker cage
|
> s
|
||||||
Little bird in cage
|
|
||||||
Dwarf's axe
|
You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
|
> e
|
||||||
|
|
||||||
|
Dead end
|
||||||
|
|
||||||
|
> w
|
||||||
|
|
||||||
|
You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
|
> n
|
||||||
|
|
||||||
|
You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
|
> s
|
||||||
|
|
||||||
|
You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
|
> e
|
||||||
|
|
||||||
|
You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
|
> sw
|
||||||
|
|
||||||
|
There is no way to go that direction.
|
||||||
|
|
||||||
|
You are in a maze of twisty little passages, all alike.
|
||||||
|
|
||||||
|
Do you need help getting out of the maze?
|
||||||
|
|
||||||
|
> y
|
||||||
|
|
||||||
|
I am prepared to give you a hint, but it will cost you 4 points.
|
||||||
|
|
||||||
|
Do you want the hint?
|
||||||
|
|
||||||
|
> y
|
||||||
|
|
||||||
|
You can make the passages look less alike by dropping things.
|
||||||
|
|
||||||
|
|
||||||
You scored 75 out of a possible 430, using 108 turns.
|
You scored 71 out of a possible 430, using 113 turns.
|
||||||
|
|
||||||
Your score qualifies you as a novice class adventurer.
|
Your score qualifies you as a novice class adventurer.
|
||||||
|
|
||||||
To achieve the next higher rating, you need 46 more points.
|
To achieve the next higher rating, you need 50 more points.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
n
|
n
|
||||||
seed 1924231168
|
seed 739688815
|
||||||
seed 1071883378
|
seed 1071883378
|
||||||
in
|
in
|
||||||
take lamp
|
take lamp
|
||||||
|
@ -90,10 +90,8 @@ w
|
||||||
throw axe
|
throw axe
|
||||||
take axe
|
take axe
|
||||||
throw axe
|
throw axe
|
||||||
thake axe
|
|
||||||
take axe
|
take axe
|
||||||
throw axe
|
throw axe
|
||||||
taje axe
|
|
||||||
take axe
|
take axe
|
||||||
w
|
w
|
||||||
w
|
w
|
||||||
|
@ -108,4 +106,13 @@ w
|
||||||
w
|
w
|
||||||
w
|
w
|
||||||
w
|
w
|
||||||
inven
|
n
|
||||||
|
s
|
||||||
|
e
|
||||||
|
w
|
||||||
|
n
|
||||||
|
s
|
||||||
|
e
|
||||||
|
sw
|
||||||
|
y
|
||||||
|
y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue