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.
How would the Minimax algorithm choose its very first move in Mancala? Mancala, also known as Awalé, is an African-origin sowing game played on a board with six small pits on each side and a store at each end. Each pit starts with four seeds, and the challenge is to sow them strategically to outscore your opponent
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.
Assignments completed for Artificial Intelligence Course
Traditional game "Mancala" developed in Python. It consists of all the rules as well as two game modes: one player and two players.
A terminal-based version of the board game Mancala in Python.
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
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
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."