A simple, text-based Tic-Tac-Toe game built in Python. Play against a computer opponent and see if you can win, lose, or draw. Play against an AI opponent. Interactive command-line interface. Handles ...
This project is a console-based implementation of the classic Tic-Tac-Toe game where the player competes against a computer-controlled AI. The game uses a simple 3x3 grid represented as a list in ...