A 2D platformer writting in C using SDL2!!!
Go read the docs!
- MacOS
- Linux
- Windows
Ensure you have cmake installed!
mkdir build && cd build
cmake .. -G <BUILD_SYSTEM>
(e.g. I useninja
)ninja
- TBD
A 2D platformer where you play as a capybara eating fruit in a water filled world.
C
A 2D platformer writting in C using SDL2!!!
Go read the docs!
Ensure you have cmake installed!
mkdir build && cd build
cmake .. -G <BUILD_SYSTEM>
(e.g. I use ninja
)ninja