Tic Tac Toe in Python
Tic Tac Toe in Python

Project information

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.