From 3939cd4f963b485e1da42787f59fdbcfae23be19 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 16 Jun 2017 09:38:54 -0400 Subject: [PATCH] Fix the mazehint log so it works. --- tests/mazehint.chk | 66 +++++++++++++++++++++++++++++++++------------- tests/mazehint.log | 15 ++++++++--- 2 files changed, 59 insertions(+), 22 deletions(-) diff --git a/tests/mazehint.chk b/tests/mazehint.chk index 6cdd903..4ad9864 100644 --- a/tests/mazehint.chk +++ b/tests/mazehint.chk @@ -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 down a gully. -> seed 1924231168 -Seed set to 1924231168 +> seed 739688815 +Seed set to 739688815 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. -> thake axe - -Sorry, I don't know the word "THAKE". - > take axe OK @@ -524,10 +520,6 @@ You are in a maze of twisty little passages, all alike. There is a little axe here. -> taje axe - -Sorry, I don't know the word "TAJE". - > take axe 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. -> inven +> 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 + +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 are currently holding the following: -Brass lantern -Wicker cage -Little bird in cage -Dwarf's axe +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. -To achieve the next higher rating, you need 46 more points. +To achieve the next higher rating, you need 50 more points. diff --git a/tests/mazehint.log b/tests/mazehint.log index 628ff31..0d54f5e 100644 --- a/tests/mazehint.log +++ b/tests/mazehint.log @@ -1,5 +1,5 @@ n -seed 1924231168 +seed 739688815 seed 1071883378 in take lamp @@ -90,10 +90,8 @@ w throw axe take axe throw axe -thake axe take axe throw axe -taje axe take axe w w @@ -108,4 +106,13 @@ w w w w -inven +n +s +e +w +n +s +e +sw +y +y -- 2.31.1