Skip to content

Tal-Ahmed/ConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnectFour

Connect Four AI. Currently uses the Minmax algorithm.

###Installation On Ubuntu or debian type linux

sudo apt-get install g++

###Running AI Go to project root and tpye

g++ ConnectFour.cpp -o ConnectFour

Use ./NAME on linux. Use NAME.exe on windows.

###AI Improvements The AI uses the minmax algorithm, however, many improvements can be made. Implement Alpha-beta pruning. Somehow fix algorithm to further differentiate bad and good moves.

Releases

No releases published

Packages

No packages published

Languages