2024-10-08 20:10:41 -04:00
2024-10-08 20:10:41 -04:00
2024-10-08 20:10:41 -04:00
2023-08-11 01:51:06 -04:00
2024-10-08 20:10:41 -04:00
2023-08-11 01:51:06 -04:00

"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. I would recommend using ninja with cmake, so cmake .. -G Ninja and then ninja in the build directory.

Description
No description provided
Readme 46 MiB
Languages
C 99.8%
CMake 0.2%