Skip to content

This is my first ever program that I wrote using Python. It is a simple Tic Tac Toe game designed for 2 players.

Notifications You must be signed in to change notification settings

ZainRazaShah/TicTacToe_Game_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This is my first ever program that I wrote using Python. It is a simple Tic Tac Toe game designed for 2 players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages