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
An implementation of the game tic-tac-toe in Python3. The game can be run in the terminal (using main.py) or imported into a larger Python application.
About
An implementation of the game tic-tac-toe in Python3