This is the game 4 connect. It was programmed in python, using part of the code of https://www.youtube.com/watch?v=UYgyRArKDEs&list=PLFCB5Dp81iNV_inzM-R9AKkZZlePCZdtV from Keith Galli
The AI system use the algorithm MiniMax to deside where to drop the next piece.
The game was developed using Pygame and other basic python libraries.
Hope you enjoy it