top of page

PUISSANCEx INVERSE

 

 

 

-New interpretation of the Connect Four (with new possibilities of gameplay) playable on a Linux Command-Line interface (CLI).

 

-C++ work in 8 weeks.

 

-With configuration of the game (player number, matrix size, necessary alignment number to win, the difficulty of the AI, ...)

 

-Programming of a fast artificial intelligence which can plan 8 turns ahead (min/max algorithm with an alpha/beta pruning).

 

-Work adapted to play up to four players (with a choice of the number of human players and the number of artificial players).

 

 

 

Source codes:

 

Makefile:

 

Src (.cpp):

 

Include (.h):

bottom of page