Tic Tac Toe Game Description
two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
Requirements
- Python
- Python libraries (random,os)
How to run
$:~/python Main.py