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
| Game | What to steal from the source |
|---|---|
| Tashio Tempo — gameboy adventure | Full ship pipeline in Distribution |
| Joust — 2-player duel | Collision from Collision |
| Tak — board game | Multiple Audio examples |
| BTTF — built on the Starter Template | Annotated in BTTF project page |
Practical Demo Tips
- Play it twice (once to enjoy, once to analyze)
- Ask: where’s the state? the collision? the score? (see Cookbook)
- Find that file in the linked GitHub repo and explore the code