Tic Tac Toe is free classic puzzle game also known as Noughts and Crosses or sometimes X and O. This implementation simulates tic-tac-toe game as if you were playing it with a pencil and a paper in a board of 10x10.
Make sure to have installed Gamelib library: Gamelib.
Just download gamelib.py
and place it along your project.
Use the mouse to draw on the board respecting the turns of each player.
Click with the mouse to draw "X" or "O"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.