You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a C implementation of the classic Connect 4 board game played on an 8x8 grid. The game features a single-player mode where you compete against an AI opponent. The AI uses a minimax algorithm with alpha-beta pruning to optimize its moves, providing a challenging experience.