Skip to content

A6 - Mini-Project - Maze

In this open ended assignment, you will try to put together as many of the skills you've learned as possible to create a simple maze game.

Features you might decide to include are:

  • Walls
  • Items
  • Enemies or obstacles that send you back to the beginning
  • A dashboard that displays something like points, health, items collected, etc.
  • Separate classes for you player and enemies for more efficient code organization

As a starting point, you can use any of the assignments you've already done in this unit (some of you already have a pretty good maze going!), or you can run update.bat and use of the following templates provied to you:

  • maze-template-simple - Basically what you were given to start assignment #1, but with a dashboard added to display health
  • maze-template-with-camera - Same as the above, but the screen scrolls to follow the player