Skip to content

Tic-tac-toe consists of Xs and Os for two players who take turns marking the spaces in a three-by-three grid with X or O . The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. I have implemented it in python using object oriented programing and it's a single player game, second player …

Notifications You must be signed in to change notification settings

mosafdarr/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Tic-tac-toe consists of Xs and Os for two players who take turns marking the spaces in a three-by-three grid with X or O . The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. I have implemented it in python using object oriented programing and it's a single player game, second player is the computer. Computer take the move sharply.

About

Tic-tac-toe consists of Xs and Os for two players who take turns marking the spaces in a three-by-three grid with X or O . The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. I have implemented it in python using object oriented programing and it's a single player game, second player …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published