Summary
Clash of Clans (Supercell, 2012) is a mobile strategy game and one of the most financially successful games ever made. It is used in game design theory as the canonical case study for nested game loops and the relationship between core loops, outer loops, and social loops in a live-service game.
Why It Matters
Game loops case study: Sellers uses Clash of Clans to demonstrate the four principal game loops and their relationship. The game has an unusually clear loop structure that can be read directly from its design:
- Core loop (minutes): collect resources → train troops → attack → collect loot → repeat
- Inner loop (hours): build and upgrade village buildings using accumulated resources
- Outer loop (days/weeks): progress through town hall levels, unlock new unit types and building options
- Social/metagame loop (ongoing): join or create a clan, participate in clan wars, social competition and cooperation
Each loop feeds the next: the core loop generates resources for the inner loop; inner loop progress unlocks outer loop options; outer loop progress improves clan war performance. The loops operate at different timescales and engage different player motivations (Sellers 2018, see source-advanced-game-design).
Monetisation and dark patterns: Clash of Clans monetises through time compression — players pay to skip wait timers on building construction. This is a relatively transparent monetisation mechanic compared to loot boxes. However, its success influenced a generation of mobile games toward timer-gate mechanics that shade into dark-patterns.
Neurochemical design: The game’s loop structure is optimised for dopamine-cycle engagement — each action produces a small reward, with larger rewards on slower timescales. See neurochemical-engagement and reward-systems.
Design Concepts Illustrated
- game-loops — the four-loop structure analysed in detail by Sellers
- core-loop — collect/train/attack/repeat as a textbook inner loop
- reward-systems — fast and slow reinforcement loops at multiple timescales
- neurochemical-engagement — timer-gate design and dopamine scheduling
- dark-patterns — timer compression monetisation and its ethical implications
Related
game-loops | core-loop | reward-systems | neurochemical-engagement | dark-patterns | source-advanced-game-design | michael-sellers