Skip to content

marbirk/python-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 wins the game.

Use numbers for placing your marker on the board. Here is an example:

1 | 2 | 3
---------
4 | 5 | 6
---------
7 | 8 | 9

Have Fun!

About

This is a little tic-tac-toe game written in python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages