Skip to content

florianvazelle/Connect4Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect4Solver

It's a parallelism-oriented project to solve Connect4 for any size.

Features

Build

Use the following command to build and run the executable target.

cmake -Bbuild
cmake --build build
./build/solver

To interpret the results :

+ : victory of the player 1
= : tie
- : victory of the player 2    

References

About

A perfect play program to solve Connect4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published