Simple Maze Escape Game

By Sean Yap

Description:
For my final project I decided to create a maze game where the objective is to escape from the maze.
It utilizes a 2D array in order to generate the maze walls and the hit detection array.

Controls:
W: forward
A: left
S: backward
D: right
E: use
Mouse: controls the camera

Objective
The goal of the game is to get to the end of the maze to escape. Once you get there, it will be blocked
by a spider when in which you need to burn down to get through. There is a tree which you can press E on
to rip a branch off of it. Then you will need to find the torch to lit it and bring it back to the web
to escape. There is also a treasure chest that opens with E but doesn't contain anything

Pictures

Maze Source