Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 844 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 844 Bytes

connect-4

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 :

Start

Mid :

Mid

End : AI WINS(PLAYER 2)

End

references : Keith Galli youtube channel and medium blogs

Thank You!