619d4f143ebd0c20db86c8b3e7ab5a0005478b54
Shweet's Sim
Interactive character simulation game.
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.
Emscripten
Run the VSCode "web" task. Make sure you have the Emscripten SDK accessible at the EMSDK path variable.
Languages
C++
52.3%
C
46.9%
CMake
0.8%
