Skip to content

A connect four ai in c++ using only stl. You can play against several algorithms with varying levels of difficulty.

Notifications You must be signed in to change notification settings

Azeved00/ConnectFourAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four AI

Built in C++ using only STL. You can play agains a lot of different algorithms with varying levels of difficulty.

The algorithms Included are

  • minmax
  • alpha beta
  • Monte Carlo Tree Search

Hope you enjoy the game and

Have fun


Running the program

Compile: g++ -o driver.out driver.cpp

Execute: ./driver

After running the compiled file all that is left is to follow the instrucions on the terminal.

Tested With

  • g++ version 11.2.0
  • linux distro :arch linux x86_64
  • kernel : 5.16.15-arch1-1

About

A connect four ai in c++ using only stl. You can play against several algorithms with varying levels of difficulty.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages