mancala-java
There are 7 repositories under mancala-java topic.
son-of-mountain/Mancala
A Java-based implementation of the traditional African board game Mancala, featuring AI with Alpha-Beta Pruning, and two-player mode. 🎮💡
aqib1/Bool.com
MANCALA Game for Bool.com
barannmeisterr/Mangala-Board-Game
Mangala is a Turkish strategy game played by two players. The game board consists of 12 small pits, 6 for each player, and a large storehouse where each player collects their stones. The game is played with a total of 48 stones.
canercelik/mancala
Mancala Game coded for bol.com technical interview
Santaval/mancala-python
Traditional game "Mancala" developed in Python. It consists of all the rules as well as two game modes: one player and two players.
h4zm1/Mancala
A basic "revamp" to Mancala.
Subangkar/Mancala-Minimax-Alpha-Beta-Pruning-Java-Implementation
an Java AI Bot implementation for mancala (kalah) game using alpha-beta pruned minimax algorithm