Tic tac toe console game in C#
Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. This is a simple console game with two players for playing with your friend and learning C#.NET
For building from source in Visual Studio (or MonoDevelop or JetBrains Rider on linux), open xogame.sln with your IDE and run: