Connect4_public Simple Connect4 game with pygame, primitive AI included Execute the game.py file to start the game. Coded using pygame. Uses a simple minimax search with a changable max-depth cutoff using a heuristic.