https://github.com/israel-dryer/tic-tac-toe
A simple Tic Tac Toe game built with Tkinter
https://github.com/israel-dryer/tic-tac-toe
Last synced: about 2 months ago
JSON representation
A simple Tic Tac Toe game built with Tkinter
- Host: GitHub
- URL: https://github.com/israel-dryer/tic-tac-toe
- Owner: israel-dryer
- Created: 2020-05-13T03:41:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T18:54:08.000Z (over 5 years ago)
- Last Synced: 2025-07-10T08:03:25.279Z (4 months ago)
- Language: Python
- Size: 3.46 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
A simple point-and-click **Tic Tac Toe** game built with Tkinter
This program works by painting images on a canvas. Click events assign an X or Y image to the location nearest to a center XY coordinate in the game grid.
A few interesting features include:
- randomly select X and Y images to add variety
- change cursor to "X" or "O" based on user turn
- popup message box asks user to play again


