Tic Tac Toe Game
Tic Tac Toe Game
Tic-tac-toe is a game of reflection practiced by two players, in turn.
The goal is to first create an alignment.
The game is usually played by drawing on paper in pencil.
I decided to create a digital version of the game with Python and Tkinter.
This Desktop app Game is created with :
- Python Programming Langage.
- Tkinter Library for Guis.
- Pillow for Images.