Go to file
shweet 5fc360cc08 1.2 2023-08-27 18:13:03 -04:00
include/cglm ecs updates, still no compile 2023-08-11 14:24:46 -04:00
src 1.2 2023-08-27 18:13:03 -04:00
CMakeLists.txt gain jam hot fix 2023-08-26 13:23:44 -04:00
LICENSE first commit 2023-08-11 01:51:06 -04:00
README.md gain jam 2023-08-26 09:28:06 -04:00
README.txt first commit 2023-08-11 01:51:06 -04:00

README.md

"Calamity Cobra in "A Sweeter Reprise"

My entry for the 2023 WeightGaming Gain Jam; a sequel to my last entry. A top down arcade shooter with some fetishy elements.

Build

Dependencies

- SDL2
- SDL_image
- SDL_mixer
- SDL_ttf

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.