Skip to content

falcononrails/connect-four-cpp

Repository files navigation

Connect Four

Connect_four_gif

About

A game of Connect Four created in C++ with Allegro, implementing an AI based on simple Minimax and Minimax with Alpha-beta pruning.

This game was created by Loukmane Maada, Soukaina Moumou and Anas Limouri.

Some sounds used in the game are originally made by Chris Kempson and implemented in his Connect Four game, registered with an MIT License.

Compiling

Download the Allegro Library, extract it to a location on your computer you'll use for storing libraries and add the include, lib and bin directory paths to your project (Code::Blocks for example).

Releases

No releases published

Packages

No packages published

Languages