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
Small tic-tac-toe implementation which allows single and multiplayer mode. For single-player, the "hard" difficulty level is implemented with the minimax AI algorithm.