A simple C# WinForms application for playing Tic-Tac-Toe (Noughts & Crosses) using the Minimax algorithm. Not very exciting, but I wanted to tackle an easy game in a language I'm comfortable with before applying Minimax to Draughts using Processing and Connect-4 using Javascript.