You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect 4 is two player game in which the players first chooses a color then take turns dropping their colored discs from the top into the grid. Implemented Game GUI using pygame. Second player here will be an AI agent playing against you with 2 options Algorithms. Either MinMax without Alpha-Beta Pruning or MinMax with Alpha-Beta Pruning