Skip to content

Latest commit

 

History

History
 
 

Connect-Four

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Connect 4 Game in Tkinter

This script implements a simple Connect 4 game using Tkinter in Python.

Prerequisites

Make sure you have Python installed on your system. No additional modules are required as Tkinter is included in the standard library.

How to Run the Script

  1. Navigate to the project directory:

    cd Connect-Four
  2. Run the script:

    python main.py
  3. The game window will open, and you can start playing by clicking on the buttons at the bottom to drop your pieces.

Author

Guerro