Go to file
2024-09-08 11:53:58 +01:00
example_assets sound support 2024-09-08 11:53:58 +01:00
include sound support 2024-09-08 11:53:58 +01:00
src sound support 2024-09-08 11:53:58 +01:00
.gitignore aminmations 2024-09-06 10:34:29 +01:00
LICENSE Initial commit 2024-09-05 14:32:38 +00:00
makefile sound support 2024-09-08 11:53:58 +01:00
README.md sound support 2024-09-08 11:53:58 +01:00

bootleg-game-engine

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

Dependencies

  • SDL2
  • SDL2_ttf
  • SDL2_mixer

Building

$ make