Eragonfr / dungeon-sdl

We are trying to make a simple 3D(or 2D) game using SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dungeon sdl

This project is a basic C SDL2 project that uses Meson as a build system.

Dependencies

Build instructions

# Clone this repo
git clone https://github.com/Eragonfr/dungeon-sdl
cd dungeon-sdl

# Build
meson build
ninja -C build

# Run
build/dungeon-sdl

License

Unknown License for now.

About

We are trying to make a simple 3D(or 2D) game using SDL

License:Other


Languages

Language:C 84.6%Language:C++ 13.0%Language:Meson 2.4%