connectFour and connect-4
Maintenance
0/25
Adoption
2/25
Maturity
16/25
Community
12/25
Maintenance
0/25
Adoption
4/25
Maturity
8/25
Community
18/25
Stars: 2
Forks: 1
Downloads: —
Commits (30d): 0
Language: Python
License: MIT
Stars: 6
Forks: 13
Downloads: —
Commits (30d): 0
Language: Python
License: —
Stale 6m
No Package
No Dependents
No License
Stale 6m
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-4
mukeshmk/connect-4
A multi-agent implementation of the game Connect-4 using MCTS, Minimax and Exptimax algorithms.
Implements five distinct bot agents (random, one-step lookahead, minimax, expectimax, and MCTS) playable via pygame UI or headless CLI mode with configurable matchups. Applies zero-sum game theory to an accessible, deterministic environment, enabling performance comparison across algorithms through included evaluation metrics and win-ratio analysis.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work