Go to file
2024-09-06 14:17:43 +01:00
example_assets readme 2024-09-06 14:17:43 +01:00
include engine.h 2024-09-06 13:38:39 +01:00
src readme 2024-09-06 14:17:43 +01:00
.gitignore aminmations 2024-09-06 10:34:29 +01:00
LICENSE Initial commit 2024-09-05 14:32:38 +00:00
makefile readme 2024-09-06 14:17:43 +01:00
README.md readme 2024-09-06 14:17:43 +01:00

bootleg-game-engine

A bootleg "game engine" in c++, using SDL2 for rendering and input handling.

Dependencies

  • SDL2
  • SDL2_ttf

Building

$ make