Skip to content

Tic-tac-toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Notifications You must be signed in to change notification settings

Prakash-Das123/Tic-Tac-Toe-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-GUI

What is Tic-Tac-Toe?

Tic-tac-toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner - Wikipedia

How do I play it?

  1. Download or Clone the repository
  2. Unzip the files
  3. Open Command Prompt
  4. Type "cd [your-directory-name]"
  5. Type "pip install -r requirements.txt"
  6. Type "python main.py"

Python Beginners Game

About

Tic-tac-toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages