You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎮 A Python-based Tic Tac Toe game where you face off against a highly intelligent AI bot. Built with logic so sharp, it plays almost flawlessly — making it a true challenge even for seasoned players. Perfect for those looking to test their strategic thinking against a near-unbeatable opponent.
An AI that plays Tic-Tac-Toe using the Minimax algorithm, ensuring it always wins or draws. Demonstrates optimal decision-making and game logic implementation.
A C++ implementation of Tic Tac Toe with AI and two-player modes. Playable entirely in the terminal. A simple, interactive game for practicing algorithms and terminal-based programming.