example_assets | ||
include | ||
src | ||
.gitignore | ||
LICENSE | ||
makefile | ||
README.md |
bootleg-game-engine
A bootleg "game engine" in c++, using SDL2 for rendering and input handling.
Dependencies
- SDL2
- SDL2_ttf
- SDL2_mixer
Building
$ make
example_assets | ||
include | ||
src | ||
.gitignore | ||
LICENSE | ||
makefile | ||
README.md |
A bootleg "game engine" in c++, using SDL2 for rendering and input handling.
$ make