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 ...
Project Summary The core of this project is a Tic-Tac-Toe game where a bot learns to play using the minimax algorithm. This algorithm is a decision-making strategy often used in artificial ...