Skip to content

data-overflow/connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

connect-4

Connect 4 AI using minimax algorithm and alpha beta pruning.

Set appropriate difficulty level before playing

  • 0 -> Very Easy (AI makes random moves)
  • 1 -> Easy (AI aims for immediate win and not losing)
  • 2 -> Medium
  • 3 -> Hard (AI explores the state tree upto depth of 4)
  • 4 -> Insane
  • 5 -> Impossible

Note: High values require longer computation time.

About

Connect 4 AI using minimax algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages