A classic Tic-Tac-Toe game reimagined with Modern C++ (OOP). This project demonstrates the implementation of AI algorithms ranging from random moves to the unbeatable Minimax Algorithm.
Abstract: Interactive digital games are becoming increasingly prevalent in entertainment, education, and cognitive development, and many traditional AI driven games have static difficulty levels and ...