A simple console-based Tic Tac Toe game written in C#.
-
Open a terminal and navigate to the project directory.
-
Build the project:
dotnet build
-
Run the app:
dotnet run
- Play Tic Tac Toe against a computer opponent.
- Random computer names for variety.
- Simple, clear console interface.
- .NET 7.0 SDK or later
Enjoy playing! 😊
