Thanks to visit codestin.com
Credit goes to github.com

Skip to content

apoorvmaurya/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game

A simple text-based Tic-Tac-Toe game implemented in Python.

How to Play

  1. The game is played on a 3x3 grid.
  2. Players take turns entering their moves.
  3. The goal is to get three of their marks ('X' or 'O') in a row, column, or diagonal.
  4. The game ends when a player wins or the board is full.

Requirements

  • Python 3.x

Usage

  1. Clone this repository or download the TIC_TAC_TOE.py file.
  2. Open a terminal and navigate to the directory containing the TIC_TAC_TOE.py file.
  3. Run the following command to start the game:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages