The game of TicTacToe using the MiniMax algorithm.
C#
Tick Tack Toe Game
=====================
Description
This Tick Tack Toe Game was creted in order to practice some concepts such as algorithms and data structure, C#, Windows Forms and many other concepts.