/sample-shootemup

Example Shoot-em Up Style Game Built with Excalibur

Primary LanguageTypeScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Excalibur Shoot'em Up Sample

Play now here

example of shootem up running

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