Skip to content

BeefOnWeck/maze-racer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WASM maze racing game written in Rust and based off of Grant Handy's post about ray casting.

Deployment

Generate a fly.toml file by running fly launch.

fly auth login
fly launch

This will fail the first time because the port isn't correct.

Modify the experimental section to set the correct internal port.

[[services]]
  http_checks = []
  internal_port = 8043

Then run fly launch again and this time it should create a healthy instance.

About

Multiplayer maze racing game using wasm4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published