Developed an AI opponent for Connect 4 using the MiniMax algorithm with alpha-beta pruning for performance optimization. The AI difficulty is adjustable from level 0 to 6, with higher levels providing more strategic depth. Alpha-beta pruning significantly reduced computation time, enabling responsive gameplay even at the highest difficulty levels.