Game tree
A game tree represents a game as a rooted tree whose branches show possible moves and whose nodes show decision points or outcomes.
Linked from 18 pages
Combinatorial game theoryRelated: Game trees encode every continuation from a position.
ReversiNarrower topic: Each Reversi position branches into the legal moves available to the player.
Binary treeRelated: Games with two choices at each state can be modeled as binary trees.
Turn-based strategyRelated: Each turn extends the tree of possible plans and counterplans.