A strategic two-player game where opponents stack colored discs to form four in a row and win.
-
Updated
Jan 7, 2024 - Java
A strategic two-player game where opponents stack colored discs to form four in a row and win.
🎮 Redesigned Connect Four game by Sourceduty.
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.
Add a description, image, and links to the connect-4-game topic page so that developers can more easily learn about it.
To associate your repository with the connect-4-game topic, visit your repo's landing page and select "manage topics."