A simple implementation of the Tic Tac Toe game using Python.
The Tic Tac Toe project is a command-line based game where two players take turns marking cells in a 3x3 grid. The game provides the following features:
- Interactive gameplay between two players.
- Display of the game board after each move.
- Validation of player moves and detection of win or draw conditions.
- Option to play again after the game ends.
To play the Tic Tac Toe game, follow these steps:
- Clone the repository: https://github.com/yashmitha-pentakota/tic-tac-toe-task-1
- Navigate to the project directory:'cd tic-tac-toe-task-1'
- Run the game:python tic_tac_toe.py
Here's an example of how to play the Tic Tac Toe game: Welcome to Tic Tac Toe!
Player 1: X Player 2: O
Let's start the game!
Player O wins!
Contributions are welcome! Here's how you can contribute to this project:
- Fork the project.
- Create your feature branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add your feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
You can also open an issue in the GitHub repository.