Tie-Tac-Toe
Python
About this project
Developed a Tic-Tac-Toe game in Python supporting both PvP and PvE modes, with a focus on object-oriented design and algorithm implementation.
Implemented an unbeatable AI using the Minimax algorithm with alpha-beta pruning, ensuring optimal decision-making.