Skip to content

karthika-49/fourconnectin5x5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Four Connect in 5x5 board

  1. Built a 5x5 Four Connect game using Minimax Search Algorithm by which an AI bot of the game finds best moves.
  2. Used Alpha-beta pruning to decrease the number of nodes that are evaluated by the minimax algorithm in its search tree.
  3. Optimised it using a heuristic evaluation function which reflects the potential of AI to win or block the opponent.
  4. Tech Stack : HTML, Javascript, CSS

Here the results!

WIN TIE

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors