Like its cousin Mazebot, Pathbot is always getting lost.
While exploring the subterranean floors of the Noops, Inc. complex, Pathbot came upon a TI-99/4A with a collection of 1970s-era text adventure games. Pathbot eventually went back to work on the Noops assembly line, but it just couldn't stop thinking about hunting Wumpuses, avoiding pits, and escaping from the Grue.
Enter one of Pathbot's labyrinths and see if you can make it out.
POST https://api.noopschallenge.com/pathbot/start
{
"status": "in-progress",
"message": "You find yourself in a strange room. You're not sure how you got here but you know you need to escape, somehow.",
"exits": [ "N", "S" ],
"description": "You are in a bright long dining room with exits to the North and South. You sense that the maze's exit is to the North, at least 6 rooms away..",
"mazeExitDirection": "N",
"mazeExitDistance": 6,
"locationPath": "/pathbot/rooms/LU62ZaD_SqudPvH3Qt3kJQ"
}
POST https://api.noopschallenge.com/pathbot/rooms/LU62ZaD_SqudPvH3Qt3kJQ
{
"direction": "N"
}
{
"status": "in-progress",
"message": "You are trapped in a maze",
"exits": [ "N", "S" ],
"description": "You are in a chartreuse rectangular storage room with exits to the North and South. You sense that the maze's exit is to the North, at least 5 rooms away..",
"mazeExitDirection": "N",
"mazeExitDistance": 5,
"locationPath": "/pathbot/rooms/OkNMk8D_XfLtYgnicZWzcA"
}
Read the API documentation for complete details.
To get you started, Pathbot has provided you with an interactive client, written in go, that will let you explore Pathbot's mazes.
See who has recently forked this repository...
Want to hear about new challenges and updates?