Summary
Pac-Man (Namco, 1980; designer Toru Iwatani) is one of the most culturally recognised arcade games ever made. In game design theory it appears as a case study in semiotics, MDA analysis, and the design of chase mechanics. Its ghost AI is a frequently cited example of behaviour design creating the illusion of intelligence.
Why It Matters
Semiotics case study: Poole uses Pac-Man to demonstrate how players read layered game signs. Pac-Man is an iconic sign (a yellow circle that resembles a mouth), but during play it accumulates indexical meaning (the trail of dots indicates progress) and symbolic meaning (Pac-Man as a mobile embodiment of appetite and vulnerability). The ghosts similarly shift from symbolic (abstract coloured shapes) to indexical (their movement patterns signal their current behaviour mode — chase, scatter, frightened). Players learn to read the sign-systems without explicit instruction (Poole 2000, see source-trigger-happy). See semiotics-of-games.
MDA mapping: CRE342 lectures use Pac-Man as the worked example for the five-step MDA game atom mapping process: starting from the game atom (dot eating action) and tracing upward through mechanics → dynamics → aesthetics → experience. The dot-clearing mechanic generates a dynamic of territory control and route optimisation; the ghost-flee mechanic generates a dynamic of risk assessment; together they produce the aesthetic of tension and relief (see game-atoms, source-cre342-lectures).
Ghost AI — behaviour design: Each of Pac-Man’s four ghosts has a distinct targeting algorithm (Blinky chases directly; Pinky targets four tiles ahead; Inky uses a compound vector; Clyde alternates chase and scatter). The behavioural variety creates the impression of personality and coordinated hunting while remaining computationally trivial — a foundational example of behaviour design creating player experience without explicit scripting.
interest-curves: Pac-Man’s level structure — safe start, escalating ghost speed, the power pellet as a tension-release valve, the kill screen as an unintended endpoint — illustrates interest curve design across multiple timescales simultaneously.
Design Concepts Illustrated
- semiotics-of-games — iconic, indexical, and symbolic sign-reading in gameplay
- game-atoms — MDA mapping case study in CRE342 lectures
- mda-framework — dot-eat mechanic → territory dynamic → tension/relief aesthetic
- interest-curves — power pellet as designed tension-release mechanism
- patterns-puzzles-chance — ghost patterns as learnable spatial patterns
Related
semiotics-of-games | game-atoms | mda-framework | interest-curves | patterns-puzzles-chance | source-trigger-happy | source-cre342-lectures | chess