You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program implements minimax algorithm to create a unbeatable AI bot at the game of tic-tac-toe.
The game can be played between an user(human) and the computer.
The AI bot computation time can be reduce makin use of alpha-beta pruning.