raahul42 / XO-with-miniMax

Tic-tac-toe / noughts and crosses / Xs and Os game with user(X) playing against the AI(O). The AI uses Minimax algorithm to find the optimal position to play.
0 stars 0 forks source link

XO with MiniMax Algorithm

Tic-tac-toe / noughts and crosses / Xs and Os game with user(X) playing against the AI(O). The AI uses Minimax algorithm to find the optimal position to play.

The algorithm was implemented using recursion