A basic Mega Man clone with Zero as the main character.
Try it: https://zeroman.space
Needs Zig version 0.11.0.
# Get the source
$ git clone https://github.com/fabioarnold/zeroman
# Build `zig-out/lib/main.wasm`
$ cd zeroman
$ zig build
# Run an HTTP server
$ python3 -m http.server