First commit

This commit is contained in:
2024-10-15 00:24:13 -04:00
commit 8ec65dc6ae
9 changed files with 196 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 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
Run
```sh
make build
```