Tic-Tac-Toe AI
Simple rule-based AI that plays tic-tac-toe.
Prefer lower numbered rules.
- win if I have two in a row
- block if opp has two in a row
- else put according to priority of cell
Simple rule-based AI that plays tic-tac-toe.
Prefer lower numbered rules.