Interactive character simulation game.
This application was developed with the assistance of a large language model.
After cloning and enter the repository's directory, make sure to initialize the submodules:
git submodule update --init --recursive
Visual Studio is recommended for build.
mkdir build
cd build
cmake ..
make
If using VSCode, several tasks are available to quickly run and build.
Run the VSCode "web" task. Make sure you have the Emscripten SDK accessible at the EMSDK path variable.
