Simple rogue-like web game using a custom raycasting engine.
- Build the
wasmand move it to correct place:zig build cp zig-out/bin/rayman.wasm dist/
- Run a local server with:
cd dist python3 -m http.server - Open the game at
localhost:8000
The project is licensed under the MIT License.