/Tic-Tac-Toe

A Python Tic Tac Toe game played by two-players on a 3x3 grid that has the goal of getting three marks ('X' or 'O') in a row (horizontally, vertically, or diagonally) or ending the game in a draw.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

No issues in this repository yet.