Project information
- Category: Scripting
- Client: Gamers
- Project date: 05 April, 2024
- Project URL: https://github.com/BAXTOR95/tic-tac-toe-python
Tic Tac Toe in Python
A simple, interactive Tic Tac Toe game that can be played in the command line. This game supports two modes: Player vs. Player and Player vs. AI. The AI uses the Minimax algorithm to make decisions, making it a challenging opponent. The game alternates starting players with each new game for fairness.