Files
snivy/README.md
shweet b3c097be22
Some checks failed
Build / Build Game (push) Has been cancelled
vscode tasks, build settings, etc.
2026-03-01 01:09:02 -05:00

497 B

Feed Snivy

Preview

This Is A Video Game Where You Feed The Snivy.

Resources

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 

If using VSCode, several tasks are available to quickly run and build.