Simple Tic-Tac-Toe console game, written in C# with Visual Studio 2015. You can play against AI that implements MinMax algorithm.
This game, only purpose, was to help me to understand and apply MinMax algorithm.
- Patrick Winston YouTube video, from Open MIT Academy, is extremely useful
- Tic Tac Toe: Understanding The Minimax Algorithm blog post show how to apply MinMax algorithm to Tic-Tac-Toe