Samples
Learn Excalibur by referencing these sample games.
Jelly Jumper
High fidelity sample of a platforming game with jump physics inspired by Super Mario World!
UI with HTML/CSS/JS
Example of how to build vanilla html/css/js UIs with Excalibur code. The main gist is to put an HTML layer above the canvas layer and use that for UI.
Tiny Tactics
High fidelity example of a tactics game, with multiple levels, AI, and pathfinding!
Matter.js
This is a small sample showing how to wire in a 3rd party physics instead of using Excalibur.
Electron Template
This is a template to show Electron integration with Excalibur. Useful for shipping games to desktops or steam!