sample-platformer icon indicating copy to clipboard operation
sample-platformer copied to clipboard

Sample Platformer built in Excalibur

Excalibur Platformer Sample

Play sample here

sample-animation

Running locally

  • Using nodejs and npm
  • Run the npm install to install dependencies
  • Run the npm run dev to run the development server to test out changes

Building bundles

  • Run npm run build:dev to produce javascript bundles for debugging in the dist/ folder
  • Run npm run build:prod to produce javascript bundles for production (minified) in the dist/ folder