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 simple game of tic tac toe that can either be played with 2 players on the command line, or with a computer opponent. You have the option to choose before the game starts.
The bot player was built using the minimax algorithm.
About
A simple CLI game of tic tac toe, can be played 2 player or computer vs. player.