bootleg-game-engine/README.md
2024-09-08 11:53:58 +01:00

13 lines
179 B
Markdown

# bootleg-game-engine
A bootleg "game engine" in c++, using SDL2 for rendering and input handling.
## Dependencies
- SDL2
- SDL2_ttf
- SDL2_mixer
## Building
```bash
$ make
```