Skip to content

marcuniq/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line connect 4 with AI player

This is a C++ implementation of the game "Connect 4" using MiniMax for the look ahead of the AI player. The evaluation of the state is done via heuristics from Jenny Lam's report (Heuristics in the game of Connect-K ) and the coefficients were found using a genetic algorithm (cs773c-connect4-minimax).

About

Command line connect 4 with AI player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages