← Back to ZONK

Dev Forge

How to add and maintain new chaos games fast.

Maintenance Rules

  1. Every new game includes mutator.js and shows current curse in HUD.
  2. All games support instant retry (single click / space).
  3. Store high score in localStorage with unique key.
  4. Keep rounds short (30-90s) and feedback immediate.
  5. Add card to index.html before shipping.
  6. 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