love2d-fennel
Installation
SKILL.md
Love2D + Fennel Interactive Development
Fennel is a Lisp that compiles to Lua, giving Love2D projects a REPL-driven workflow where you can evaluate expressions and reload modules without restarting the game. This skill covers that interactive development workflow.
References
| Reference | When to read it |
|---|---|
references/macros.md |
Full persist and hot-table macro code, usage examples, and the params.fnl module for controlling dev vs release behavior |
references/template-guide.md |
Getting started with min-love2d-fennel, project structure, mode anatomy, building and deploying |
Architecture
The recommended structure uses a mode system to organize Love2D callbacks: