assets | ||
.gitignore | ||
LICENSE.txt | ||
main.c | ||
README.md | ||
run.sh | ||
wasm.sh |
Blobby Beachball
Don't drop the ball!
Keys: WASD + Arrows
Build
Requires raylib and a C compiler.
Can be build locally using run.sh
, or for WebAssembly using wasm.sh
.
WASM
Install emcc,
extract raylib-5.5_webassembly.zip
in this directory as raylib/
, then run wasm.sh
.