Open hardBSDk opened 3 months ago
There are two build scripts build.sh and build-web.sh that execute several Makefiles. Everything seems to be pretty well commented and might be worth a closer look. build-web.sh seems to use emscripten, while build.sh uses the V8 JS engine (and maybe chromium?) The Makefiles are for different components (server, client, ...) and different OS/environments. Good luck :)
Personally I'd start from the commit before v8 was introduced. Running build scripts (after installing required packages) should work on any Linux distribution.
I was trying to package this game to my operating system but didn't understood the build system (if it has one).
I presume that this game has X11, SDL2 and WebAssembly frontends, right?