gezel Gezel Handboek

Idle / Incremental Game

Build a single-file idle or incremental clicker game such as a cookie/factory clicker with upgrades, generators, and exponential growth. Designs the resource economy — base click yield, generator costs, cost-scaling factor, and per-second production — first, then the layout, then implements a tick loop with persistent-feeling progression. Idle games are an economy problem before a UI problem: if costs and yields are not tuned the game is boring in 10 seconds or unwinnable, so the economy phase locks the exact numbers and growth curve before any rendering.

How it runs

#StepWho runs itWhat happens
1Economy designDesignerresources, generator costs, scaling, tick rate
2Visual designDesignerbig-click target, shop layout, number formatting
3BuildDeveloperimplement the tick loop + shop in index.html
4EvaluateReviewerGrade the deliverable against every acceptance criterion. All pass → finish; any fail → loop back and fix the gap.
5FinishDeveloperAll acceptance criteria met. Stamp a short summary and report DONE.

Say something like "idle game" or "clicker game" or "incremental game" or "cookie clicker" or "factory game" or "make an idle game" in chat to start it.

Watch this article as a slideshow