Back to Problem Solutions forum
Task #178 Wumpus Maze
The example shows that you select a room number from the Ways provided and you will move you to that room.
You: Server:
token: <your-token> room: 12 manual: true ways: 7 16 33 sense: safe
token: <your-token> room: 7 move: 7 ways: 1 25 13 sense: draft
token: <your-token> room: 13 move: 13 ways: 36 1 -1 sense: draft stench
token: <your-token> end: game is lost move: -1 message: You crawled out of the maze, but in manual mode... wumpus: 36
However, when I play I'm seeing data that isn't matching, example below:
You: Server:
token: <your-token> room: 12 ways: 7 16 33 sense: safe
token: <your-token> room: 50 move: 7 ways: 1 25 13 sense: draft
token: <your-token> room: 34 move: 13 ways: 36 1 5 sense: draft stench
token: <your-token> room: 23 move: 5 ways: 14 14 40 sense: safe
As you see above the Path chosen does not take me to the Room as in your example, is this a feature or an error?
Admin: Please delete or Ignore this, I was formatting my Message wrong when Posting to the game and the Token was only being accepted. Once I figured this out my solution solved the maze, however failed to locate the wumpus!