Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect-4

playgame implements the Board and Player classes to play a game of Connect Four to play the game use command connect_four(Player('X'), Player('O'))

the AIPlayer class contains a player which plays randomly as well as a player which plays intelligently by looking ahead a certain number of plays to see all the possible outcomes of a certain play, and assigns a score to each possible play based on how advantageous it will be for the player. You can play against the AI Player or pit 2 against eachother.

About

CS 111 Project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages