Game Design
Definition
Two complementary levels. Raph Koster’s A Theory of Fun explains why games work — fun is the sensation of the brain acquiring patterns. The Khalifa / de Mesentier Silva / Togelius level-design paper catalogues how designers produce that experience concretely in 2D games.
Core Ideas
Fun is learning
- A guitarist of twenty years picks up other instruments quickly. The transfer isn’t muscle memory — muscles have no memory — it’s neural. Games operate on the same mechanism.
- Therefore: play the games you dislike and the ones that don’t attract you. Only those cover your weaknesses. The games you enjoy are usually the ones you’re already good at, which teaches you little.
- Designers struggle to play games for enjoyment rather than analysis — an occupational cost.
- Creativity comes from cross-domain thinking, not from imitating your own genre.
What makes a game good
Koster’s checklist:
- Preparation — e.g. healing before the battle
- Sense of space — the chessboard, the bridge seating
- A solid core mechanic — chess: move one piece at a time
- A series of challenges — but challenges must not change the rules
- Problem-solving room — give the player multiple options
- Skills the options require — resource management, timing, dexterity
Additional requirements:
- A variable feedback system — encounter outcomes must not be fully predictable
- The control problem must be handled — high-level players cannot farm large gains from easy encounters
- Failure must cost something — at minimum an opportunity cost
Games are art, and abstraction is what lets them be
The book’s sharpest argument: imagine a game where you play an executioner feeding prisoners into a gas chamber, losing if they help each other reach the exit, rewarded for packing them until they crush each other. Repellent — nobody would design or play it.
That game is Tetris. Theme is a skin; mechanics carry the meaning, and re-skinning changes everything about how a mechanic reads.
Koster’s conclusion: games can stand with other art forms — they depict the human condition, teach, compensate for social deficits, and express emotion. Film wasn’t called art at birth either; Shakespeare was dismissed for three hundred years.
There’s a social note in the same register: conservatism is corrosive to social life — it breeds misunderstanding → misunderstanding breeds grievance → grievance breeds confrontation → confrontation breeds violence.
The six level-design patterns (2D games)
| Pattern | What it does |
|---|---|
| Guidance | non-verbal cues steering the player in an intended direction — level shape and solid tiles pointing the eye, or collectibles as breadcrumbs. Used to steer players away from bad decisions (a blind jump) or toward a path that looks dangerous but isn’t. Donkey Kong Country 2’s bananas over an apparent bottomless pit. Verbal tutorials are teaching, not Guidance |
| Safe Zone | areas free of hazards where the player can read the scene and plan. Rarely drawn — identified by watching hazard patterns (enemy lines of fire in Mega Man). Critical at spawn points, so players aren’t punished before they can perceive the challenge |
| Foreshadowing | introduce an element in a controlled setting before it matters. Teaches a mechanic without a tutorial; Mighty Jill Off’s spider, or a stage hazard shaped like the boss’s weapon |
| Layering | combine already-familiar elements to create a new, harder challenge without introducing anything new. Depends on Foreshadowing to stay fair; frustrating when the combination’s outcome wasn’t planned |
| Branching | multiple paths to the objective → a feeling of empowerment. Variants: unrestricted (Zelda), false choice (all paths required anyway), and conditional (Super Metroid’s weapon-locked doors; Super Mario Land paths reachable only while small — fragile but able to go where big cannot) |
| Pace Breaking | deliberately change the dramatic arc between scenes to raise or lower tension. Audio and visual cues are the strongest tools. Layering raises pace; Safe Zones lower it. Mega Man 11’s empty room right before the boss is the calm before the storm |
Note the composition: these patterns are not independent — Layering needs Foreshadowing, and Pace Breaking is built out of Layering and Safe Zones.
Relationships
- Storytelling — foreshadowing, the dramatic arc, and pacing are the same craft in a different medium
- Learning Methods — “fun is the brain learning” makes game design a theory of instruction
- UI Design Principles — Guidance is level design’s version of visual hierarchy
- Product-Market Fit — the control problem and variable feedback are retention mechanics before they are design rules
References
- A theory of fun 快乐之道 — 关于大脑及学习
- Level Design Patterns in 2D Games — Khalifa, de Mesentier Silva, Togelius (paper)