Exemplo n.º 1
0
 //moves the Wumpus away if you miss your shot
 public void moveWumpusIfArrowMissed()
 {
     map.moveWumpusAway();
     //updates render info
     updateRender();
 }