This is the code for the Real Python tutorial Build a Tic-Tac-Toe Game With Python and Tkinter. 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.
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.
To run the game, just execute the following command on your command line:
$ python tic_tac_toe.py
Leodanis Pozo Ramos - Email: leodanis@realpython.com
Distributed under the MIT license. See LICENSE
in the root directory of this materials
repo for more information.