Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.95 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.95 KB

Windows95Maze

GitHub Repo stars GitHub watchers

GitHub top language GitHub repo size GitHub

GitHub issues GitHub pull requests

GitHub release (latest by date) GitHub all releases

About Windows95Maze

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.

Documentation

Our Documentation can be found in the code's // Comments.

Bug Reporting

You can report bugs in the issues tab in the github repository.

Contributing

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.

Changelog

Please see CHANGELOG.md.