Skip to content

A maze, similar to the maze in the old game Wolfenstein-3D

Notifications You must be signed in to change notification settings

gnithin/maze-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze 3D

This is a simple maze game written in OpenGL. The objective of the game is to reach the end of the maze.

NOTE: This was done as a final project for the subject Computer Graphics. Some of the starter code was written by the professor, while the rest of it was written by me and my project partner.

Video link

https://www.youtube.com/watch?v=nXODF0Ps1uM

Screenshots

When the game starts -

The entire maze in the "Peek view" -

At the finish line -

Features

  • Aim of our project was to create a 3-D maze, much like the old game Wolfenstein-3D (1992)
  • Maze representation of walls
  • Collision detection (Bounding-box)
  • Sky-cube
  • Smoothing movements
  • Normals implementation on walls
  • Lighting
  • Animated finish point indicator

Keyboard/Mouse controls

  • You can turn around horizontally using the mouse.
  • w or - Move Forward
  • s or - Move back
  • a or - Move left
  • d or - Move right
  • q - Look up
  • e - Look down
  • p - Peek view - Camera is hoisting above the maze. You can still turn around, but moving forward or backward is disabled.
  • esc - Quit the game

Contributors

External resources

TODO/Improvements

  • Our maze is basically a static one. We had an intention of randomly generating a maze every time this program is run. We did not do it, primarily due to time constraints, and we wanted to work on more graphics-related aspects of the project.
  • Add Sliding collision - Right now, when brushing against the wall, the camera stops. Using sliding collision would avoid that.
  • Adding a sound whenever the camera moves (I want "Jump in the Fire" by Metallica)

About

A maze, similar to the maze in the old game Wolfenstein-3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •