/Tic_Tac_Toe_AI

A simple Tic-Tac-Toe game that uses minimax algorithm with alpha-beta pruning to decide the next best move to make.

Primary LanguageJavaMIT LicenseMIT

Tic_Tac_Toe_AI

❌⭕ Try to beat AiLin 👩, our intelligent AI player, in a game of Tic Tac Toe!

alt text alt text

Algorithm

AiLin uses minimax algorithm with alpha-beta pruning that searches to the full depth of the game tree.

License

This project is licensed under the MIT License.