shrooms-vb-native/README.md

15 lines
236 B
Markdown
Raw Permalink Normal View History

2024-10-15 05:06:52 +00:00
# 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`
- sdl2
2024-10-15 05:06:52 +00:00
Run
```sh
make build
2024-10-15 04:24:13 +00:00
```