Skip to content

kristenjacobs/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

connect4

A bit of fun with the minimax algorithmn and C++

To create the makefiles:

cmake -DCMAKE_BUILD_TYPE=Debug
cmake -DCMAKE_BUILD_TYPE=Release

To Build:

make all

To run:

./console/console

About

A bit of fun with the minimax algorithm and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published