This program is a simple TicTacToe, written in c# .NET. The main features are:
1.) 2 Players,
2.) Highlight buttons when there is a winner.
I am planning to create an A.I using MINIMAX ALGORITHM.
Hope you learned from this.
Note: Due to the size or complexity of this submission, the author...