This tiny game allows you to walk through a 2-dimensional maze with a 3-dimensional first-person view. That is, the viewpoint moves through the open areas of the maze.
The maze is read from a sample maze text file. Upon hitting the spacebar, you can either switch between third-person view and top view.
(It's written with JOGL, the Java Binding for the OpenGL API, and written for my Computer Graphics cource.)
Set up JOGL - the Java Binding for the OpenGL API
- Create a
General Project
in Eclipse & name itjogl
- Download the a .zip file from http://www.cs.umanitoba.ca/~comp3490/jogamp/ for your operating system
- Import the .zip
Archive File
tojogl
project
Set up this project
- Import
Existing Projects to Workspace
, root directory iseclipse-project
.
Now, you know how tt run it :D