update screenies + web build assist
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-03-01 03:50:29 -05:00
parent 154bccb3d5
commit 94db77e8da
8 changed files with 51 additions and 12 deletions

View File

@@ -9,13 +9,13 @@ This Is A Video Game Where You Feed The Snivy.
## 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
@@ -23,4 +23,7 @@ cmake ..
make
```
If using VSCode, several tasks are available to quickly run and build.
If using VSCode, several tasks are available to quickly run and build.
### Emscripten
Run the VSCode "web" task. Make sure you have the Emscripten SDK accessible at the EMSDK path variable.