Almost everyone learns tic-tac-toe before they learn to read: three rows, three columns, and a race to line up three of your marks. You probably also discovered, after a few rounds, that between two careful players nobody ever wins. Every game grinds to a draw.
That gut feeling is exactly right — and computer science can prove it. Tic-tac-toe is a solved game: someone has computed the outcome of every possible position with perfect play on both sides. The answer is short and complete. With no mistakes, the result is always a draw.
What makes this remarkable is not the game itself but the fact that we can finish the analysis at all. For most interesting games the full tree is astronomically large. Tic-tac-toe is the rare case small enough to solve by hand — and that makes it the textbook example of what "solved" really means.
Comments
Loading comments...