Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 232 Bytes

File metadata and controls

4 lines (3 loc) · 232 Bytes

tictactoe

This simple Tic-Tac-Toe will never lose, without having to do any minimax computation. It works by a fairly simple decision-making process. It is context-independent except for one patch to avoid a common trap.