This repository contains the source code for a multiplayer Tic Tac Toe application. Players can challenge each other in real-time matches over a network. The project includes both the game logic and multiplayer functionality, providing a simple yet complete example of building a classic game with online features.
- Classic Tic Tac Toe gameplay
- Real-time multiplayer over LAN or internet
- Built using C# and .NET
- Simple and intuitive user interface
- Visual Studio 2022
- .NET Desktop Development workload installed
- .NET Framework (version depends on your project settings, e.g., .NET 6 or .NET Framework 4.8)