CPE 471 Final Project - Maze Game
Annie Liu

Description
Maze Game is a 3D maze navigated in the 1st person FOV using the keyboard. The player spawns at a starting point inside the maze, and the goal is to find the maze's exit.
Features
Navigation using WASD for forward, left, backward, right movement

Q to turn left, E to turn right

Different colored faces to assist with directions

Commandline arguments for difficulty level

Maze grid printed on terminal

Bird's eye view using R key (in progress)

Improvements / Additional features to be added
File input for custom mazes (in progress)
Randomly generated mazes
Dynamic obstacles
Multiple layers (more mazes in the y-direction)
Copyright © 2014 ColourChaos