Dissecting Five Familiar Games
Flashcards on the six-question dissection checklist applied to tic-tac-toe, chess, poker, Uno, and RPG battles.
Keyboard Shortcuts
💡 Pro tip: Use keyboard shortcuts for faster studying!
Study Smart Tips for Dissecting Five Familiar Games
Master these concepts using proven study techniques that actually work:
Active Recall
Test yourself before flipping each card to strengthen memory retention
Spaced Repetition
Review difficult cards more frequently than easy ones
Multiple Sessions
Break study time into shorter, focused sessions
Explain Aloud
Verbalize answers to reinforce understanding
Questions Covered in This Set
10 cards to master
What are the six questions in the dissection checklist?
1) Players, 2) Goal/win condition, 3) Core loop, 4) Information, 5) Randomness, 6) Where the interesting decisions live.
What is a 'core loop'?
The smallest repeating unit of play — what you actually do on your turn (e.g. 'place one mark in an empty cell').
Classify tic-tac-toe in game-theory terms.
Two-player, zero-sum, perfect-information, deterministic, sequential — and solved (a draw with correct play).
Why does tic-tac-toe stop being interesting?
Its decision space is small enough for a human to exhaust: small state space + no hidden info + no randomness = solvable = boring for experts.
What gives chess its depth despite perfect information and no randomness?
Scale plus asymmetric piece roles — pieces interact in many ways, producing emergent complexity (~10^44 legal positions).
Define emergent complexity.
Few rules generating an enormous consequence space, so the game can't be exhausted by players.
What two things change when we move from chess to poker?
Hidden information (your hole cards) and randomness (the shuffle).
Why is bluffing mathematically necessary in poker?
If you never bluffed, opponents would fold to every bet; a mixed strategy (bluffing at some frequency) beats any pure strategy — an early glimpse of mixed-strategy equilibrium.
What does it mean that poker is a game of expected value?
Outcomes are judged over many hands, not one result — you can play a hand perfectly and still lose it.
What does Uno add that poker doesn't have, and where do its interesting choices live?
Direct targeted effects (Skip, Reverse, Draw Two, Wild); its interesting choices are social and positional — whom to target and when.