Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 307 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 307 Bytes

Mancala: Game AI

Produces the next move of a player in Mancala game using Greedy, Minimax and Alpha-Beta pruning algorithms.

The rules of the Mancala game can be found at https://en.wikipedia.org/wiki/Mancala. It can be played online at http://play-mancala.com/ to get a better understanding of the game.