The Snivy Video Game Is Complete

This commit is contained in:
2025-12-29 05:10:56 -05:00
parent d0f9669b8b
commit 62b988a678
705 changed files with 210576 additions and 162 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# Feed Snivy
![Preview](screenshots/preview.png)
This Is A Video Game Where You Feed The Snivy.
[Get Resources Here](https://shweetz.net/files/games/feed-snivy/resources.7z)
## Build
After cloning and enter the repository's directory, make sure to initialize the submodules:
```git submodule update --init --recursive```
### Windows
Visual Studio is recommended for build.
### Linux
```
mkdir build
cd build
cmake ..
make
```