Skip to content

Commit 1e205c1

Browse files
authored
Final QA update
1 parent 658b8b0 commit 1e205c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-tic-tac-toe-game-tkinter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Build a Tic-Tac-Toe Game With Python and Tkinter
22

3-
A tic-tac-toe game built with Python and Tkinter. It allows two players to play a tic-tac-toe game on a shared device.
3+
This is the code for the Real Python tutorial [Build a Tic-Tac-Toe Game With Python and Tkinter](https://realpython.com/tic-tac-toe-python/). You learn to implement a tic-tac-toe game with Python and Tkinter. It allows two players to play a tic-tac-toe game on a shared device.
44

55
## Installation
66

7-
The game uses Tkinter to build its user interface. Since Tkinter is part of the Python standard library, you don't need to install anything to run the game. Just make sure that you have a version of Tkinter greater than 8.5.
7+
The game uses Tkinter to build its user interface. Since Tkinter is part of the Python standard library, you don't need to install anything to run the game. Just make sure that you have a version of Tkinter greater than or equal to 8.6.
88

99
## Run the Game
1010

0 commit comments

Comments
 (0)