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
Human vs. computer game of tic-tac-toe where the computer never loses (worst case, game ends in a tie)
The computer's symbol is 1 and the human player's symbol is 2.
To run through the command line, enter:
Python tictactoe.py
About
Python program that allows user to play a tictactoe game against the computer where the computer never loses