This is the source code for the 2d platformer Biolab Disaster, using the z impact game engine.
Z Biolab disaster is a port of the orginal game high_biolab made by phoboslab.
All the assets are converted during the build you have nothing more to do than:
SDL2 platform
zig build run
sokol platform
zig build -Dplatform=sokol run
- Clone this repository
zig build -Doptimize=ReleaseSmall -Dtarget=wasm32-emscripten run
All z impact and game code is MIT Licensed, though some of the libraries come with their own (permissive) license. Check the header files.
Note that the assets (sound, music, graphics) don't come with any license. You cannot use those in your own games