/sample-grid

Excalibur Sample Grid Base Movement

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

Excalibur Grid Movement Sample

Play sample here

sample-animation

Press WASD or the arrow keys to move!

Running locally

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

Building bundles

  • Run npm run build to produce javascript bundles for debugging in the dist/ folder