Skip to content

SPC-H-Avans/cloudflare-worker-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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