A basic Mega Man clone with Zero as the main character.
Try it: https://zeroman.space
Needs Zig master.
# 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