Go to file
2024-09-13 12:12:31 +01:00
example_assets sound support 2024-09-08 11:53:58 +01:00
include controller and mouse support 2024-09-13 12:12:31 +01:00
src controller and mouse support 2024-09-13 12:12:31 +01:00
.gitignore controller and mouse support 2024-09-13 12:12:31 +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