This document discusses adversarial search in artificial intelligence. It provides an overview of games and introduces the minimax algorithm. The minimax algorithm is used to determine optimal strategies in two-player adversarial games by recursively considering all possible moves by both players. Tic-tac-toe is given as an example game where minimax can be applied to choose the best first move. The properties and limitations of the minimax algorithm are also summarized.