A web game made using C & raylib. Click here to try.
Building this linux app requires gcc & raylib. For NixOS, run nix develop to have access to raylib. For other distros, you should refer to raylib's documentation for installation.
Then, make && make run
Building this requires emscripten installed. For NixOS, just hit nix develop. For others, please refer to enscripten website.
Also, raylib needs to be recompiled for web assembly support.
Then, make web && emrun game