Go to file
2024-08-29 18:10:16 -04:00
include/cglm first commit 2024-08-24 00:47:58 -04:00
src jam ready 2024-08-29 18:06:02 -04:00
CMakeLists.txt first commit 2024-08-24 00:47:58 -04:00
LICENSE first commit 2024-08-24 00:47:58 -04:00
README.md readme 2024-08-29 18:10:16 -04:00

Frillrun

My entry for the 2024 WeightGaming Gain Jam. Action game where you collect stuff while random events occur.

Build

Dependencies

- SDL2
- SDL_image
- SDL_mixer
- SDL_ttf
- GLEW

Linux

This repository uses CMake to compile, so:

mkdir build

cd build

cmake ..

make

Windows

I used MinGW for the Windows build, so basically the same as Linux but you'll need to use MSYS, MinGW, etc. to compile it.