Skip to content

This repository features a Python implementation of Connect4 with a Tkinter GUI, allowing users to play against an AI. The AI uses Minimax and Alpha-Beta Pruning to make strategic moves, including playing the center and setting traps for a challenging experience.

Notifications You must be signed in to change notification settings

lamia2003/Connect4-AI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

To play against the Connect 4 AI follow the instructions below:

  1. Ensure you have Python installed on your machine. Download Python here: https://www.python.org/downloads/
  2. Clone this project
  3. Run the connect_four.py file, a GUI window should open revealing the game board

Demo:

connect_4_demo.mp4

About

This repository features a Python implementation of Connect4 with a Tkinter GUI, allowing users to play against an AI. The AI uses Minimax and Alpha-Beta Pruning to make strategic moves, including playing the center and setting traps for a challenging experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages