Welcome to the Unbeatable Tic Tac Toe game! This project showcases a classic Tic Tac Toe game developed using PyQt5 with a powerful AI bot that employs the Minimax algorithm to ensure unbeatable gameplay. Challenge yourself against the bot or play with a friend to see who prevails!
- Single Player Mode: Compete against an AI bot that uses the Minimax algorithm to make optimal moves.
- Intuitive User Interface: Designed with PyQt5 for a clean and responsive user experience.
- Draw Detection: Efficiently checks for draw conditions to ensure fair game outcomes.
- Cross-Platform: Works on Windows, macOS, and Linux.