Skip to content

Likima/ConnectFourBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnectFourBot

Created a working Connect 4 Bot that will run at a max depth of 7. Implements a scoring mechanism by filling the board with "pseduo-pieces" which tell the bot how useful each piece is (e.g how many different ways it can win the game / make a four). Implements the Alpha-Beta Pruning algorithm for further optimization.

About

making a bot for connect four

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages