Implementing connect four game with a 6x7 board. The game is powered by AI where the player competes with the computer. We use Minimax algorithm with alpha-beta pruning.
adelmaek/Connect-Four-with-AI
Implementing connect four game wit a 6x7 board. The game is powered by AI where the player competes with the computer.
Python