This project is my Prog1 homework project.
Github url: https://github.com/Gerviba/stdgame.h
- C and OpenGL based multiplatform platformer game
- GNU/GPL 3.0 license
- Required: glfw3+, SOIL2, OpenGL1.5+
- v1.0 - Done 2017.12.03.
- v0.5 - Half done 2017.11.12.
See: docs/fileformats.md
or in doxygen Related Pages -> Assets - File formats
Compile the sources using Eclipse C/C++ Makefile project (Cross GCC)
OR use make:
Compile:
$ make compile
Compile the sources using Eclipse C/C++ Makefile project (Cross GCC).
I use doxygen as a documentation tool.
Generate docs: (doxygen)
$ make gendocs
It results a html
and a man
documentation. Output directory: devdocs/html
nad devdocs/man
.
See: docs/usermanual.md
or in doxygen Related Pages -> User manual