University project to make modified version of connect 4 game
-
Updated
Dec 31, 2022 - C++
University project to make modified version of connect 4 game
University project to make modified version of connect 4 game
Connect 4 game
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-heuristic topic page so that developers can more easily learn about it.
To associate your repository with the connect-4-heuristic topic, visit your repo's landing page and select "manage topics."