Skip to content

Implemented Connect 4 game in python using pygame library and aslo added AI using minimax algorithm and updated the algorithm using alpha-beta pruning.

Notifications You must be signed in to change notification settings

kapilbhise/connect-4

Repository files navigation

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!

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages