A simple game of connect 4, made using python and pygame. Players have the option of playing against another player, or against an AI (that uses minmax and alpha beta pruning). Complete with a menu interface which allows for easy to access to both game modes, and a simple yet aesthetically pleasing art style.