Skip to content

Tic-Tac-Toe, often referred to as "Noughts and Crosses," is a classic two-player game typically played on a 3x3 grid.

Notifications You must be signed in to change notification settings

saadnom/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Tic-Tac-Toe, often referred to as "Noughts and Crosses," is a classic two-player game typically played on a 3x3 grid. In a Python program for Tic-Tac-Toe, you create a game where two players take turns marking spaces with "X" and "O" until one player wins by getting three of their marks in a row, column, or diagonal, or the game ends in a draw when the board is filled. The program typically involves functions to display the board, get player input, check for a win or draw, and update the board. It's a popular programming project for beginners to practice logic, conditional statements, and loops in Python.

About

Tic-Tac-Toe, often referred to as "Noughts and Crosses," is a classic two-player game typically played on a 3x3 grid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages