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
A tic-tac-toe game where users(X) play against an AI(O) that uses minimax recursion to choose the best move, thus guaranteeing it either a win or draw.
To run
Download and install a Java IDE
Clone/download repo
Run Game.java file
About
An unbeatable tic-tac-toe bot that uses minimax recursion