//controls Wumpus behavior, moves the Wumpus randomly private void moveWumpus() { map.moveWumpusAtRandom(); }