vscode tasks, build settings, etc.
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-03-01 01:09:02 -05:00
parent 68d5301735
commit b3c097be22
17 changed files with 350 additions and 121 deletions

View File

@@ -4,7 +4,7 @@
This Is A Video Game Where You Feed The Snivy.
[Get Resources Here](https://shweetz.net/files/games/feed-snivy/resources.7z)
[Resources](https://shweetz.net/files/games/feed-snivy/resources.7z)
## Build
@@ -16,10 +16,11 @@ After cloning and enter the repository's directory, make sure to initialize the
Visual Studio is recommended for build.
### Linux
```
mkdir build
cd build
cmake ..
make
```
```
If using VSCode, several tasks are available to quickly run and build.