Welcome to the Tic-Tac-Toe Game


Introduction

Tic Tac Toe is a classic two-player game where players alternate marking spaces in a 3x3 grid. The objective is to place three of your marks (either "X" or "O") in a horizontal, vertical, or diagonal row before your opponent does.


Features


Game Rules


Gameplay

1. Starting a Game:

2. Making a Move:


3. Winning the Game:


4. Tie Game:


5. Restarting the Game:


Technical Details


Game Logic

The game checks for a win or tie after every move by:


User Interface (UI)


Technologies Used


License

This project is licensed under the Apache License 2.0. You are free to use, modify, and distribute the code with the following conditions:

For full license details, visit the Apache License 2.0


Contributing

Feel free to contribute! To contribute:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes.
  4. Open a pull request.

We appreciate your contributions!


Demo

You can check out a live demo of this Tic-Tac-Toe game here.