/platform_maze

3D Dungeon Simulation

Primary LanguageJava

##Platform Maze Build Status 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

##Screenshots "Side view of door" "Lighting around room corners"