If you’re looking for good examples of how to build games in Excalibur, please visit the official sample gallery.
We don’t recommend using this game’s source code as an example for your own work
- it was built quickly during a game jam; the code likely cuts a few corners and is a bit messy in some places
- the version of Excalibur it's using is out-of-date; the API has likely changed, and there are newer, better design patterns for building games using the Excalibur engine.
If you’d like to explore for curiosity’s sake, go on ahead, and good luck!
- the Excalibur.js team
Ludum Dare 33 Game Jam (August 21-24)
To run:
git submodule init
git submodule update
git fetch
git checkout gh-pages
VS Code:
- Ctrl-Shift-B: Build typescript
- Ctril-Shift-P: Run Task > Copy (copies excalibur.js to root dir)
Set up local web server (IIS, IIS Express, etc) to run.