I am learning OpenGL3.3 at LearnOpenGL.com and after the getting started chapter of the tutorial, I decided to make the Windows 95 maze screensaver!
This will be my first non-tutorial OpenGL project.
To load a different map than map.txt
, open a terminal and type ./Windows95Maze.exe --map mapName.txt
but replace mapName.txt
with the map file you want to load. On Windows you may need to change ./
to .\
.
Please note, if you compile the program for yourself, make sure you move the executable to the root project directory.
Pre-compiled release versions should work without moving any files.
Our Documentation can be found in the code's // Comments.
You can report bugs in the issues tab in the github repository.
If you want to contribute, you can create a pull request so we can consider your contribution.
Please add your name and/or Github username to AUTHORS.md in your pull request.
Please see CHANGELOG.md.