Minimax Connect 4

Minimax Connect 42025

Connect 4 AI engine using the Minimax algorithm with Alpha-Beta pruning to achieve an 85% win rate.

Technologies

Python
Minimax Algorithm
Alpha-Beta Pruning

About

A Connect 4 game AI that uses the Minimax algorithm with Alpha-Beta pruning optimization to make strategic decisions. The engine evaluates game states and chooses optimal moves, achieving an 85% win rate against human players.