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.
- Host: GitHub
- URL: https://github.com/seedyrom/capy-quest
- Owner: SeedyROM
- Created: 2023-09-11T07:26:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T10:49:21.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T07:59:50.346Z (about 2 years ago)
- Language: C
- Size: 199 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**