Simple Python3 Connect 4 Game that can be played in your terminal with 1-2 players. AI uses Minimax Algorithm based on the following Geeks4Geeks article along with alpha-beta pruning.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple Python3 Connect 4 Game that can be played in your terminal with 1-2 players. AI uses Minimax Algorithm based on the following Geeks4Geeks article along with alpha-beta pruning.