An 'unbeatable' Tic-Tac-Toe game in which you vs the computer to see if you can win.
Open solution in Visual Studio and run project from there
This project utilises WinForms to display the game state and uses the Min-Max algorithm with Alpha-Beta pruning to calculate the AI's move.