项目作者: SuyashMisra

项目描述 :
A board game built in Java that incorporates an AI agent which works on minimax algorithm to play against humans. The game is commonly known as Mancala which is a two player turn based strategy game and features perfect information just like chess, tic-tac-toe, or Go. The minimax algorithm looks farther ahead from the current state of the game and recursively determines the best possible move for the AI player. The game is developed using java and swing.
高级语言: Java
项目地址: git://github.com/SuyashMisra/Mancala.git
创建时间: 2020-05-22T19:13:08Z
项目社区:https://github.com/SuyashMisra/Mancala

开源协议:

下载