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.
- Host: GitHub
- URL: https://github.com/mitchellaw/connect-four
- Owner: MitchellAW
- License: mit
- Created: 2017-07-13T04:45:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T06:02:22.000Z (over 7 years ago)
- Last Synced: 2025-01-30T12:24:02.885Z (over 1 year ago)
- Topics: 4, a, beginner, connect, connect4, four, game, gui, in, pygame, row
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
