Don’t just read — play, then open the source and see how the trick works. Every demo follows the same contract: play in browser → view source → download + remix.

Demos

GameWhat to steal from the source
Tashio Tempo — gameboy adventureFull ship pipeline in Distribution
Joust — 2-player duelCollision from Collision
Tak — board gameMultiple Audio examples
BTTF — built on the Starter TemplateAnnotated in BTTF project page

Practical Demo Tips

  1. Play it twice (once to enjoy, once to analyze)
  2. Ask: where’s the state? the collision? the score? (see Cookbook)
  3. Find that file in the linked GitHub repo and explore the code