##Platform Maze This project uses JOGL and JOGL Utils. It was designed as a basis for 3D games in the future.
The user may walk around the environment using WASD and rotate the camera using the mouse.
##Build Instructions Clone or download the project onto your local machine. If you don't already have gradle, you can run the project the wrapper and the following commands:
./gradlew build
./gradlew run
Alternatively, if you do have gradle, the following two commands will run quicker:
gradle build
gradle run