❌⭕ Try to beat AiLin 👩, our intelligent AI player, in a game of Tic Tac Toe!
AiLin uses minimax algorithm with alpha-beta pruning that searches to the full depth of the game tree.
This project is licensed under the MIT License.
A simple Tic-Tac-Toe game that uses minimax algorithm with alpha-beta pruning to decide the next best move to make.
JavaMIT