Mancala board game, written in python. The rule is Kalah and can be extended.
-
Updated
Dec 23, 2021 - Python
Mancala board game, written in python. The rule is Kalah and can be extended.
a basic implementation of Mancala game using adversarial search. Mancala (Arabic: منقلة manqalah) is a two-player turn-based strategy board game played with small stones or seeds and rows of pits , a board or other playing surface. The objective is to capture all or some set of the opponent's pieces.
Custom players that utilize minimax and alpha-beta pruning algorithms to make Mancala moves
South Indian variant of Mancala game using Neural Nets. Run train.py in your bash shell/command prompt
Assignments completed for Artificial Intelligence Course
A program that solves for the best move to make in Mancala Avalanche in Game Pigeon. It works by having the user input the current board state and then tells the user what moves to make to maximize points
A terminal-based version of the board game Mancala in Python.
Traditional game "Mancala" developed in Python. It consists of all the rules as well as two game modes: one player and two players.
Add a description, image, and links to the mancala topic page so that developers can more easily learn about it.
To associate your repository with the mancala topic, visit your repo's landing page and select "manage topics."