Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 831 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 831 Bytes

Excalibur Platformer Sample

Play sample here

sample-animation

Running locally

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