This project is a basic C SDL2 project that uses Meson as a build system.
- C Compiler (gcc, ...)
- Meson
- SDL
- Git
- SDL2_image
# Clone this repo
git clone https://github.com/Eragonfr/dungeon-sdl
cd dungeon-sdl
# Build
meson build
ninja -C build
# Run
build/dungeon-sdl
Unknown License for now.