Skip to content

ioch96/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

The tic-tac-toe game is for two players. One player plays X and the other plays O. The players take turns placing their marks on a grid of three-by-three cells. If a given player gets three marks in a row horizontally, vertically, or diagonally, then that player wins the game.

Cloning the Repository

First create your fork of the repository, then clone using:

git clone https://github.com/YodaCh96/tic-tac-toe.git
cd tic-tac-toe

Running

python tic_tac_toe.py

Contributing

Any ideas to add new feature or enhance the current one are appreciated. First fork the repo. Then you can add pull requests or open issues anytime you want.

Feedback

If you find any bug or have any suggestion, please do file issues. I am graceful for any feedback and will do my best to improve this package.

About

Tic-Tac-Toe Game

Topics

Resources

Stars

Watchers

Forks

Languages