Skip to content

This repository consists of a GUI based connect-4 game which will have a AI (implemented using minimax algorithm) playing against a human player.

Notifications You must be signed in to change notification settings

Palash09/AI_vs_Human_Connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

AI_vs_Human_Connect-4

This repository consists of a GUI based connect-4 game which will have a AI (implemented using minimax algorithm) playing against a human player.

This is built in continuation to my project which was a GUI connect-4 game. For implementing this AI vs Human connect-4 game, I have used minimax algorithm which helps the AI to look into the future and find the best possible moves. Based on the depth to which it performs its search, the results get better.

About

This repository consists of a GUI based connect-4 game which will have a AI (implemented using minimax algorithm) playing against a human player.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages