Skip to content

olemagnusnorum/Connect-four-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Connect-four-bot

A game of connect four played against the computer.

The agent uses the mini-max algorithm with alpha-beta pruning, and a heusristic to choose the best moves. The default search depth is set to 10.

The game is is played in the console/terminal, and the player chooses column with the integers [1-7]

About

A game of connect four played against the computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages