This script implements a simple Connect 4 game using Tkinter in Python.
Make sure you have Python installed on your system. No additional modules are required as Tkinter is included in the standard library.
-
Navigate to the project directory:
cd Connect-Four
-
Run the script:
python main.py
-
The game window will open, and you can start playing by clicking on the buttons at the bottom to drop your pieces.
Guerro