bootleg-game-engine/README.md

13 lines
179 B
Markdown
Raw Normal View History

2024-09-05 14:32:38 +00:00
# bootleg-game-engine
2024-09-06 13:17:43 +00:00
A bootleg "game engine" in c++, using SDL2 for rendering and input handling.
## Dependencies
- SDL2
- SDL2_ttf
2024-09-08 10:53:58 +00:00
- SDL2_mixer
2024-09-06 13:17:43 +00:00
## Building
```bash
$ make
```