Affiliate disclosure

Book titles on this page link to Amazon. As an Amazon Associate, DataField.Dev earns from qualifying purchases — at no additional cost to you.

Chapter 6 Further Reading


Papers and Articles

Daniel Cook, "The Chemistry of Game Design" (Gamasutra, 2007)
Cook's essay is one of the earliest and best formulations of game loops as testable, iterable systems. He introduces the concept of "skill atoms" --- small feedback loops that form the building blocks of larger game systems --- and argues that understanding these atoms is the key to understanding why games are compelling. The essay directly influenced a generation of mobile and indie game designers. If you read one essay on core loop theory, make it this one. Available free online.

Raph Koster, "Loops and Arcs" (raphkoster.com, 2012)
Koster distinguishes between loops (repeating gameplay cycles) and arcs (one-time narrative or progression structures), arguing that the best games weave both together. A game that is all loops and no arcs (Cookie Clicker) eventually feels empty. A game that is all arcs and no loops (walking simulators) may struggle with replayability. This framework is essential for understanding how core loops interact with narrative design, a topic we explore further in Part V.

Ramin Shokrizade, "The Top F2P Monetization Tricks" (Gamasutra, 2013)
A controversial and essential essay that dissects how free-to-play games manipulate core loops for monetization. Shokrizade identifies "coercive monetization" patterns --- including premium currencies, energy systems, and artificial bottlenecks --- that exploit the psychology of the core loop. Reading this alongside the Diablo III auction house case study will sharpen your understanding of the ethical line between a compelling loop and a manipulative one.

Books

Jesse Schell, The Art of Game Design: A Book of Lenses (3rd edition, 2019)
Schell's Lens #32, "The Lens of Goals," and Lens #37, "The Lens of Cooperation," directly address core loop design. Chapter 12 on game economies is particularly relevant to understanding how resources flow through interlocking loops. Schell's framework of "elemental tetrad" (mechanics, aesthetics, story, technology) provides a complementary perspective to the loop-centric view presented in this chapter.

Tynan Sylvester, Designing Games: A Guide to Engineering Experiences (2013)
Sylvester's book is the most technically rigorous treatment of game loop design available. His analysis of "engines" (self-reinforcing loops) and "economies" (resource flows between systems) provides the vocabulary for designing interlocking loops at a systems level. The chapter on emotional engineering connects loop design to player affect in ways that complement SDT. This is the book for designers who want to think about loops mathematically and structurally.

Raph Koster, A Theory of Fun for Game Design (2nd edition, 2013)
Koster argues that "fun" is the brain's response to learning patterns, and that games become boring when the player has mastered all the patterns or determined they are not worth learning. This theory explains why escalation is necessary: each loop cycle must present patterns that are slightly different from the last, or the brain disengages. Read this alongside Chapter 6's discussion of flat loops and escalation.

Talks

Jason VandenBerghe, "Engines of Play" (GDC 2016)
VandenBerghe presents a framework for understanding core loops as "engines" that convert player input into player experience. His taxonomy of engine types --- action engines, strategy engines, social engines, discovery engines --- maps onto the loop variations discussed in this chapter. The talk includes worked examples from Ubisoft titles and provides concrete tools for diagnosing and designing loops.

Travis Day and Josh Mosqueira, "Diablo III: Reaper of Souls --- The Loot Runs Sessions" (GDC 2014)
The designers behind Diablo III's Loot 2.0 overhaul explain the thinking behind the changes. They discuss how the original loot system broke the core loop, how the Auction House created perverse incentives, and how the redesigned system restored the kill-loot-equip cycle. This is a rare opportunity to hear designers explain how they diagnosed and repaired a broken core loop in a live game.

Mark Brown, "What Makes a Good Roguelike?" (Game Maker's Toolkit, 2020)
Brown analyzes the core loops of roguelikes --- a genre defined entirely by its loop structure. The video covers Hades, Spelunky, Dead Cells, Slay the Spire, and Enter the Gungeon, comparing how each game structures its core run loop, meta progression loop, and the relationship between them. Essential viewing for understanding nested loops in practice.

Websites

Machinations (machinations.io)
An online tool for designing and simulating game economies and loop systems. You can build visual diagrams of your core loop, define resource flows, and run simulations to see how the system behaves over hundreds of cycles. This is the most powerful free tool available for testing loop designs before you code them. Use it to diagram and simulate the loops from Exercise 1 and your progressive project.

Game Design Vault: Loop Resources (game-design-vault.com)
A curated collection of GDC talks, articles, and postmortems organized by design topic. The "Game Loops & Progression" section includes dozens of resources on core loop design across genres. Start with the curated reading lists for the genre closest to your project.

Games to Play

Hades (2020)
The gold standard of modern core loop design. Every element of the game --- combat, story, relationships, permanent upgrades, build variety --- is integrated into the core run loop. Play at least ten runs and pay attention to how the loop sustains engagement: the combat feels excellent (micro loop), each run presents meaningful choices and escalating challenge (core loop), and permanent upgrades and story beats create reasons to return (meta loop). Then study how Hades makes death --- the loop's reset point --- the most interesting part.

Factorio (2020)
The most sophisticated interlocking loop system in gaming. Factorio starts with a simple loop (mine ore, smelt, craft) and progressively adds loops until the player is managing dozens of interconnected systems simultaneously. The genius is in the sequential unlock pattern: each new loop is introduced when the player has mastered the previous ones, and each new loop depends on the previous ones. If you want to understand loop escalation and interlocking design at the highest level of complexity, Factorio is the textbook.

Slay the Spire (2019)
A deckbuilding roguelike whose core loop is stripped to its essence: fight, choose a card reward, fight harder. The loop is one of the fastest in modern design (individual encounters last 1-3 minutes) and one of the most replayable (the deckbuilding choices create enormous run variety). Study how the card reward phase creates autonomy within the loop and how the meta progression (unlocking new cards for the pool) changes the loop without changing its structure.

Cookie Clicker (2013)
Play this for fifteen minutes. Notice how the core loop (click, earn cookies, buy upgrades, click faster) is technically self-sustaining but emotionally flat. Then play for another fifteen minutes and notice how the idle mechanics (earning cookies while not clicking) create a meta loop that sustains engagement despite the flat core. Cookie Clicker is a deliberate satire of compulsive loop design, and studying it will sharpen your ability to distinguish between loops that are genuinely compelling and loops that are merely addictive.