Tic Tac Toe Game 🎮 This repository contains a simple Tic Tac Toe game built in Python. The game can be played by two players in the terminal or extended to include a basic AI opponent.
Features: 2-player mode: Two players can play alternately by entering their moves in the terminal. AI opponent: Optional AI mode where the player competes against a basic AI. Input validation: Ensures valid moves and prevents overwriting of occupied positions. Board display: The current state of the game board is displayed after each move. Win detection: Automatically detects and announces a winner or a tie.