Skip to content

HarshShah1997/Labyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labyrinth

An OpenGL 2D maze game

Dependencies

  1. OpenGL
  2. SOIL

How to run

  1. Compile using g++ -fpermissive Labyrinth.cpp -o Labyrinth -lGL -lGLU -lglut -lSOIL
  2. Run using ./Labyrinth
  3. Enjoy!

Screenshots