=========== Tic-Tac-Toe =========== A command-line game of tic-tac-toe written in python 3.6. =============== Getting Started =============== Play the game: $ python3.6 tic_tac_toe.py
ChristineKarimi/Tictactoe-python
A game played by two people. One player is X and the other player is O. Players take turns placing their X or O. If a player gets three of their marks on the board in a row, column or one of the two diagonals, they win. When the board fills up with neither player winning, the game ends in a draw.
Python