Skip to content

connect4 game in python using machine learning (minmax algorithm)

Notifications You must be signed in to change notification settings

tariksalay/connect-four-ml-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Connect Four is a two-player connection game in which the players first choose a color and then take turns dropping colored discs from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the next available space within the column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs. In our program the first player is picked randomly.

Watch the video Watch the video to see how the code runs Not the smartest AI, but smart enough to block you!

About

connect4 game in python using machine learning (minmax algorithm)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages