WASM maze racing game written in Rust and based off of Grant Handy's post about ray casting.
Generate a fly.toml file by running fly launch.
fly auth login
fly launchThis 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 = 8043Then run fly launch again and this time it should create a healthy instance.