Tic-Tac-Toe w/ Python

by Ekom E

Description

My project is a simple tic tac toe game where two players can choose a spot to play by inputting a value between 1 and 9. The first player to get 3 in a row is the winner. If there are no winners by the time all the squares are chosen, then the game will result in a tie.