Home 100% TextStory Tkinter RSA Thunkable Arduino

Tkinter - Tic Tac Toe

Written Response

We created a Tic Tac Toe game using Tkinter in python. The purpose of the program is to be able to play a working game of Tic Tac Toe and be able to save or reset a game. In the video I first demonstrate how to play the game. The left click player goes first then the right click player, as demonstrated by the pink label. If you go on the file tab you can reset the game, save it, or open it. There is also a directions tab where the directions pop up, but I didn't have time to demonstrate that in the video. The label tells the players whose turn it is and if someone won the game or tied.

Link to github repository: https://trainermax.github.io/

1 2 3 4 5 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24