This is my first ever program that I wrote using Python. It is a simple Tic Tac Toe game designed for 2 players.
I have incorporated the following features in the game:
- Beautifully designed console-based game board using print statements.
- 2 players can play it at a time.
- It checks for the winner after each turn.
- It also checks if the game board is full & hence halts the match in case of a draw.
- The players can choose their markers between "X" & "O"