Dev Forge
How to add and maintain new chaos games fast.
Maintenance Rules
- Every new game includes
mutator.jsand shows current curse in HUD. - All games support instant retry (single click / space).
- Store high score in
localStoragewith unique key. - Keep rounds short (30-90s) and feedback immediate.
- Add card to
index.htmlbefore shipping. - If run-based game, allow manual score logging to
leaderboard.html.
Starter File
Copy this file for any new game:
../templates/new-game-template.html