An open API service indexing awesome lists of open source software.

https://github.com/mitchellaw/connect-four

A Connect Four game with opponent and GUI using pygame in Python.
https://github.com/mitchellaw/connect-four

4 a beginner connect connect4 four game gui in pygame row

Last synced: about 1 year ago
JSON representation

A Connect Four game with opponent and GUI using pygame in Python.

Awesome Lists containing this project

README

          

# Connect-Four
A Connect Four game with AI and GUI using pygame in Python.

Considering that Connect Four is a solved game, the AI is kind of mediocre honestly, it can catch you off guard occasionally,
but it only follows a basic set of rules, ideally I would like to modify it so that it utilises a minimax algorithm instead or make it
play a perfect game, but this is one of my earlier projects.

# Requirements
Requires pygame to be installed

![Connect-Four](https://github.com/MitchellAW/MitchellAW.github.io/blob/master/images/connect-four.png)