Sidequest - Hyper Wumpus

Time to refactor the Wumpus lab. This time, we're going to drop a truckload of candy bars into the cave, and give the Wumpus a massive sugar rush.

Refactor the Hunt the Wumpus lab so that the Wumpus moves to another space once per second. Bonus points if it moves only one space horizontally or vertically.

HINTS: This one should be relatively simple. Just add a Timer object and some code. Mind that the Wumpus doesn't walk off the edge of your array.

As always, design a useful and proper interface, and don't forget the Done button.