Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 887 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 887 Bytes

Tic-Tac-Toe

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.

Installation

Make sure to have installed Gamelib library: Gamelib.

Just download gamelib.py and place it along your project.

Game

Image of TicTacToe

Usage

Use the mouse to draw on the board respecting the turns of each player.

Click with the mouse to draw "X" or "O"

Contributing

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.

License

MIT