Skip to content

One player plays X and the other plays O. The players take turns placing their marks on a grid of three-by-three cells. If a given player gets three marks in a row horizontally, vertically, or diagonally, then that player wins the game.

Notifications You must be signed in to change notification settings

shubham-rasal-123/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TIC-TAC-TOE GAME

image

Description

A simple game of tic tac toe, built in python.

Languages or Frameworks Used

You only need Python to run this script. You can visit here to download Python.

How to run

Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command:

python tic_tac_toe.py

Demo

image

About

One player plays X and the other plays O. The players take turns placing their marks on a grid of three-by-three cells. If a given player gets three marks in a row horizontally, vertically, or diagonally, then that player wins the game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages