Skip to content

umhan35/maze-walkthrough.OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze walkthrough

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.)

Screenshots

First person view:

Top view:

Run it

Set up JOGL - the Java Binding for the OpenGL API

Set up this project

  • Import Existing Projects to Workspace, root directory is eclipse-project.

Now, you know how tt run it :D

About

walk through a maze, written with OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published