An open API service indexing awesome lists of open source software.

https://github.com/seedyrom/capy-quest

A 2D platformer where you play as a capybara eating fruit in a water filled world.
https://github.com/seedyrom/capy-quest

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 🐾 Capy Quest 🐾 (Placeholder Name)

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

## Docs

Go read the [docs](./docs/README.md)!

## Supported platforms

- [x] MacOS
- [x] Linux
- [ ] Windows

## Build instructions

### Linux / MacOS

**Ensure you have cmake installed!**

- `mkdir build && cd build`
- `cmake .. -G ` (e.g. I use `ninja`)
- `ninja`

### Windows

- **TBD**