Inspiration
I use python a lot - for both creating projects & contributing to open-source. I also love to play games so I thought why not to create a Connect 4 game, and try to have implementation of AI using min-max algorithm. I thought - why not combine both?
What it does
Once the pygame command line starts it launches the game main screen and then one can play the game individually or with an AI. And at last, it displays the winner player( player 1 or player 2)
How we built it
Building of the connect 4 game using python and basic data structure usage, then combining the logic with pygame makes the game ready to play.
Challenges we ran into
Most challenging part of the project would be to implement the logic in pygame.
Accomplishments that we're proud of
Creating of the connect 4 game and implementing AI to it.
What we learned
Got to learn about the basic of python and data structure implementation and how to use pygame.
Log in or sign up for Devpost to join the conversation.