Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 795 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 795 Bytes

Labyrinth - 3D Maze Game Using OpenGL

Labyrinth is a game where the player navigates in a dungeon-themed maze with a flashlight in hand. Press WASD keys to move physically and use mouse to change view direction. (ESC to exit the game!)

Alt text

Building the project

This project uses CMake to generate build files. It is IDE-independent. Ideally this project is also platform-independent, but so far it has only been tested with Visual Studio 2019 on Windows. Linux and Mac testings are on the way.

Features to be added

  • Allow player to run the game on secondary monitor.
  • Add mini-map on side of the screen to aid navigation.
  • Set an objective for this game (e.g. shortest time).
  • It would also be cool to create night vision effect.