Skip to content

viddrobnic/rayman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayMan

Simple rogue-like web game using a custom raycasting engine.

Building and Running

  1. Build the wasm and move it to correct place:
    zig build
    cp zig-out/bin/rayman.wasm dist/
  2. Run a local server with:
    cd dist
    python3 -m http.server
  3. Open the game at localhost:8000

License

The project is licensed under the MIT License.

About

Rogue like web game with custom raycasting engine.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published