TicTacToe Judge And AI bot that uses Minimax algorithm with alpha-beta pruning.
This code was written by Mostafa El-Marzouki @iSuperMostafa
This judge allows you to focus on choosing the best position to play tic-tac-toe game Just by write your code in BotNumOne or BotNumTwo.
This judge contains now a dummy bot that makes it's moves randomly And Minimax bot that uses Minimax algorithm with alpha-beta pruning.