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.
First create your fork of the repository, then clone using:
git clone https://github.com/YodaCh96/tic-tac-toe.git
cd tic-tac-toe
python tic_tac_toe.py
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.
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.