Linked from
The 14 pages that link to Minimax, each with the reason it gives.
Game treeRelated: Minimax evaluates alternating choices from terminal outcomes back to the root.
Game stateRelated: Search evaluates candidate moves by tracing their resulting states.
Minimax theoremRelated: The opposing optimization reaches the same value as maximin.
Tic-tac-toeRelated: It identifies moves that prevent a perfect opponent from winning.
MancalaRelated: Computer programs can use minimax to evaluate moves in finite mancala variants.
Chess theoryRelated: It formalizes the adversarial logic behind calculating a chess variation.