◄ Back | Maze Builder by Andrew Hoke and Michael Nissenson | CSS450 Final Project

Game Controls

Edit Controls

Instructions

  • Select an existing wall by clicking on it. It will become white.
  • Create a new wall by clicking an empty space.
  • Extend walls by clicking on an existing wall, then use WASD (up, left, down, right, respectively) to make new walls in the direction specified. Or use the mouse to drag the walls out.
  • Delete a wall by pressing (and releasing) the E key.
  • To delete a whole section of wall, click a previous block in your wall and press the E key to delete the whole chain. Children of the selected block will be highlighted in red.
  • The wizard will start on the white star and finish on the green star.

Instructions

  • You may pause at any time using the Pause/Unpause button above.
  • Use WASD to control your avatar (the wizard).
  • Find your way to the exit of the maze, the portal to eternal riches and your freedom.
  • If you get stuck and need a hint, you can take a peek at the maze layout for a few seconds. You have 3 peeks per attempt. Click the hint button below. You can't get hints while the game is paused.
  • Clicking the button to return to edit mode will clear your current progress

Game Statistics

  • {{runMode ? "Current" : "Last"}} Elapsed Time: {{elapsedTime >= 0 ? elapsedTime + " seconds" : "N/A"}}
  • Fastest Win Time: {{fastestTime >= 0 ? fastestTime + " seconds" : "N/A"}}
  • Times Won: {{timesWon}}
Your browser does not support the HTML5 canvas.