A Python implementation of the classic Connect Four game with an AI opponent using the Alpha-Beta Pruning algorithm for optimal moves. This project is a Connect Four game that allows a human player to ...