Command line 2 player Tic Tac Toe game with Python 3. Milestone Project 1 in the Complete Python Bootcamp on Udemy
Player 1 selects whether they will be 'X' or 'O'. Afterwards, each player presses the number corresponding to which position on the board they would like to place there mark.
To run, clone/download this repository and run python tictactoe.py