Because 75,000 repos of Tic Tac Toe isn't enough
How to spot a real programmer... they once had to write a Tic Tac Toe game where the computer plays itself and it's always a tie.
Use MinMax algorithm to choose a move.
Originally written in C ages ago. Converted to C# in 2002 as a way to learn C#.