Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 594 Bytes

Mario Game Cloudflare Worker

afbeelding

This is a CloudFlare Worker that serves the built Mario Game files.

Endpoints:

  • /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

Development commands:

  • npx wrangler dev - Run the worker locally
  • npx wrangler publish - Publish the worker to CloudFlare