/capy-quest

A 2D platformer where you play as a capybara eating fruit in a water filled world.

Primary LanguageC

🐾 Capy Quest 🐾 (Placeholder Name)

A 2D platformer writting in C using SDL2!!!

Docs

Go read the docs!

Supported platforms

  • MacOS
  • Linux
  • Windows

Build instructions

Linux / MacOS

Ensure you have cmake installed!

  • mkdir build && cd build
  • cmake .. -G <BUILD_SYSTEM> (e.g. I use ninja)
  • ninja

Windows

  • TBD