/tic-tac-toe-Judge

TicTacToe Judge And AI bot that uses Minimax algorithm with alpha-beta pruning

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

TicTacToeJudge

TicTacToe Judge And AI bot that uses Minimax algorithm with alpha-beta pruning.

About:

This code was written by Mostafa El-Marzouki @iSuperMostafa

Summery:

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.