Skip to content

soihateu/Mancala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Mancala AI

Mancala AI using minimax algorithm with alpha beta pruning. The algorithm is used to determine the best possible next move that can be performed.

This bot was designed for the Hackerrank challenge (https://www.hackerrank.com/challenges/mancala6?hr_b=1)

Heuristics

  • Favors a larger difference in the score
  • Maximizes the number of marbles in player's own holes
  • Minimizes the number of marbles in opponent's holes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages