connectFour and Connect-Four
These are competitors—both implement Connect Four AI using identical minimax with alpha-beta pruning algorithms, but differ in presentation layer (GUI vs. terminal), making them alternative choices for the same use case rather than tools meant to be used together.
Maintenance
0/25
Adoption
2/25
Maturity
16/25
Community
12/25
Maintenance
6/25
Adoption
1/25
Maturity
16/25
Community
0/25
Stars: 2
Forks: 1
Downloads: —
Commits (30d): 0
Language: Python
License: MIT
Stars: 1
Forks: —
Downloads: —
Commits (30d): 0
Language: Python
License: MIT
Stale 6m
No Package
No Dependents
No Package
No Dependents
About connectFour
bl33h/connectFour
A program that implements Connect Four with a Python Pygame GUI, supporting player vs. AI and AI vs. AI modes. It uses the MiniMax algorithm with optional alpha-beta pruning for enhanced performance.
About Connect-Four
HyrumDickinson/Connect-Four
Simple game that runs in the terminal. Computer opponents use the minimax algorithm with alpha-beta pruning.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work