top of page

THE WUMPUS WORLD CHALLENGE
The Wumpus world is a challenge where one must build a robot, and program it to navigate itself through a 4x4 square grid to find treasure. The robot however has to be able to maneuver around holes and the wumpus, a monster so deadly it only kills robots in a one square plot. The robot is given if a signal if it picks up a breeze to identify a hole, a stench for the Wumpus, and a glimmer for the treasure. Using logic placed in the robot's code, it must be able to identify spots that will be holes, the Wumpus, and the treasure.
Challenge Overview: About
bottom of page