This is a CloudFlare Worker that serves the built Mario Game files.
/download
- Download the game/download?os=[windows|linux|macos]?arch=[x64|arm64]
- Download the game for a specific OS and specific arch. (Both parameters are optional)/status
- Get the status of the latest release
npx wrangler dev
- Run the worker locallynpx wrangler publish
- Publish the worker to CloudFlare