A Python-based Tic-Tac-Toe game with player-vs-player and AI modes.
- Game Modes:
- Player vs Player
- Player vs Weak AI
- Player vs Strong AI (using the Minimax algorithm)
- Interactive gameplay with user input.
- Clear game board display and feedback.
- Replay option at the end of each game.
Run the following command to start the game:
python tictactoe.py