shrooms-vb-native/README.md

15 lines
236 B
Markdown

# Shrooms VB (native)
An SDL-based implementation of shrooms-vb.
## Setup
Install the following dependencies:
- `gcc` (or MinGW on Windows) (or whatever, just set `CC`)
- `pkg-config`
- sdl3
Run
```sh
make build
```