Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 411 Bytes

Maze-Game

An interactive game whose player navigates randomly generated mazes from entrance to exit

  • Written in C++
  • Uses OpenGL
  • Uses a depth-first search generation algorithm

Compilation

$ ./build-64 or $ ./build-32 depending on whether your computer is 64 or 32-bit, respectively

Execution

$ ./run-64 or $ ./run-32 depending on whether your computer is 64 or 32-bit, respectively