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
Implemented Connect 4 game in python using pygame library and aslo added AI using minimax algorithm and updated the algorithm using alpha-beta pruning.
Steps:
Step 1 : Implemented basic command line implementation of game
Step 2 : Added the GUI using pygame library
Step 3 : Added minimax algorithm with alpha-beta pruning
Screenshots :
Start :
Mid :
End : AI WINS(PLAYER 2)
references : Keith Galli youtube channel and medium blogs
Thank You!
About
Implemented Connect 4 game in python using pygame library and aslo added AI using minimax algorithm and updated the algorithm using alpha-beta pruning.