Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 640 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 640 Bytes

TicTacToe_Game_Python

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:

  1. Beautifully designed console-based game board using print statements.
  2. 2 players can play it at a time.
  3. It checks for the winner after each turn.
  4. It also checks if the game board is full & hence halts the match in case of a draw.
  5. The players can choose their markers between "X" & "O"

Run on Repl.it