Skip to content

scottrw93/connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

connect4

Connect 4 against a computer for command line. A veto move is added, where a player can choose to block a opponent from dropping a piece in a column instead of making a move them self. If a user blocks, neither the opponent nor the user can play a veto on their next move. Specs for game come from AI For Games and Puzzls module.

Program makes use of alphabeta pruing and the killer heuristic, and the search tree can be parsed upto a depth of 11 on a average machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages