A command-line Tic Tac Toe game built with Python, where the opponent isn't just another player โ it's a smart AI bot. Designed with strong game logic, the bot plays at an almost unbeatable level, giving you a real challenge every time.
- โ Single player mode vs intelligent bot
- ๐ก AI makes optimal moves every turn
- ๐ฏ Console-based interface (no external libraries required)
- ๐ Play as many rounds as you like
- ๐ฆ Lightweight, fast, and beginner-friendly
- Python 3
- Pure CLI (Command Line Interface)
- Core concepts: game loops, condition checking, basic AI
git clone https://github.com/rushrushi/tic-tac-toe.git
cd tic-tac-toe
python OX_v3_25072023.pyThis isnโt your average random bot โ the AI uses smart decision-making (likely minimax or rule-based logic) to play almost perfectly, making it tough for even experienced players to win. Think before every move!
Made with ๐ป and ๐ก by @rushrushi