A simple Tic-Tac-Toe game built using Windows Forms in C#. This project shows basic game development principles, including UI interaction, event handling, and game logic.
- Two-player gameplay: Player X and Player O take turns.
- Dynamic game grid: A 3x3 button-based grid for gameplay.
- Start and Reset functionality: Allows the game to start fresh and reset at any time.
- Win detection: Detects when a player wins or the game ends in a draw.
- Custom images: Uses images for X and O instead of plain text.
- Language: C#
- Framework: .NET Framework
- UI: Windows Forms
- Clone repository : https://github.com/bax082024/TicTacToe.git
- Open Open the solution file (
TicTacToe.sln) in Visual Studio. - Rebuild solution.
- Run the game.
- Start the Game:
- Click Start button.
- Take Turns:
- Players take turns clicking buttons on the grid to place their symbol (X or O).
- Win or Reset:
- The game detects wins or draws and displays the result.
- Click Reset to restart the game.
- For questions or feedback, please contact:
- bax082024@gmail.com