An open API service providing repository metadata for many open source software ecosystems.

Topic: "mancala-game"

OMerkel/Oware

Oware and Ouril - traditional African Mancala games with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)

Language: HTML - Size: 17.1 MB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 10 - Forks: 2

qqpann/Mancala

Mancala board game, written in python. The rule is Kalah and can be extended.

Language: Python - Size: 21 MB - Last synced at: 26 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 4

Broderick-Westrope/mancala-go

TUI Mancala game written in Golang.

Language: Go - Size: 1.18 MB - Last synced at: 10 days ago - Pushed at: 4 months ago - Stars: 7 - Forks: 0

Mr-MaNia7/gebeta-AI

Gebeta - mancala game with AI opponent

Language: Python - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

Dynotum/mandala-game

This Mancala game project was made with Spring-boot and ReactJS. It focused specifically on the backend using DTO pattern. The mancala games are a family of two-player turn-based strategy board games played with small stones, beans, or seeds and rows of holes or pits in the earth, a board or other playing surface. The objective is usually to capture all or some set of the opponent's pieces

Language: Java - Size: 522 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

LeonardoVal/ludorum-game-mancala.js

Mancala implementation for Ludorum

Language: JavaScript - Size: 490 KB - Last synced at: 28 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Priyansh-15/Mini-Max-Algorithm-Based-Mancala-Board-Game

Implementation of Mancala Board AI based Game using Mini-Max Algorithm (Alpha Beta Pruning) . It Allows both (i) Player Vs Player (ii) Player Vs AI(Bot) Gameplay .

Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

pcriv/mancala

Mancala game implementation in Go as an API

Language: Go - Size: 896 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

aqib1/Bool.com

MANCALA Game for Bool.com

Language: Java - Size: 228 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

zachchurchill/two_player_mancala_simulation

Given that the game of Mancala does not contain any inherent random features in its gameplay (besides player choice), I want to know what the best possible strategies are when playing against random and non-random players. This repository provides a Python module for simulating Mancala games and then analyzes which strategies win and how often.

Language: HTML - Size: 179 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Waqar-107/CSE-318-Artificial-Intelligence 📦

Language: C++ - Size: 2.14 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 3

tjjfvi/mancala

A mancala simulator

Language: JavaScript - Size: 59.6 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

anuragsodhi/Mancala--2-Player-Game

Mancala: 2 player game

Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

avinashbot/gamesearch

Monte Carlo Tree Search for {Tic Tac Toe, Connect 4, Mancala} implemented in Haskell.

Language: Haskell - Size: 87.9 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Arc676/Mancala-Mac

A Cocoa frontend for Mac that uses the Mancala library

Last synced at: over 2 years ago - Stars: 1 - Forks: 0

KyleCummins/Mancala

A new version of my mancala AI project, rebuilt from the ground up in C++ utilizing object oriented design principles.

Language: C++ - Size: 81.1 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

psimatis/Mancala-AI

The Mancala board game with several AI bots

Language: Python - Size: 2.04 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Imad-t/Mancala-game

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.

Language: Python - Size: 303 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Superb-Man/Artificial-Intelligence_318

AI course works.Implementation of popular N-puzzle,Mancala and Decision tree

Language: C++ - Size: 25.6 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

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.

Language: Java - Size: 20.5 KB - Last synced at: 7 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

canercelik/mancala

Mancala Game coded for bol.com technical interview

Language: Java - Size: 858 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

soundy0115/MancalaGame

Boardgame Mancala developed by Java implemented with MVC and Strategy pattern

Language: Java - Size: 462 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

koustubh1317/Mancala-Board-Game-using-Mini-Max-Algorithm

The mancala game consists of two-player, which is a turn-based strategy board games. There are two modes i) player vs player ii)AI Bot vs player. AI Bots works on Mini Max Algorithm

Language: Jupyter Notebook - Size: 53.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dush-ik/Mancala

Mancala board game.

Language: JavaScript - Size: 29.3 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

h4zm1/Mancala

A basic "revamp" to Mancala.

Language: Java - Size: 116 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

zaxovaiko/mancala-game

🧩 Mancala - 2-player turn-based strategy board game played with small stones built with React.js

Language: JavaScript - Size: 29.3 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

enviz/mancala_neuralnet

South Indian variant of Mancala game using Neural Nets. Run train.py in your bash shell/command prompt

Language: Python - Size: 197 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

DavidChicharro/InteligenciaArtificial

Inteligencia Artificial

Language: C++ - Size: 2.73 MB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Subangkar/Artificial-Intelligence-CSE-318-BUET

Assignments of Artificial Intelligence Sessional Course CSE 318 in Level-3, Term-2 of CSE, BUET

Language: C++ - Size: 2.05 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 3

Subangkar/Mancala-Minimax-Alpha-Beta-Pruning-Java-Implementation

an Java AI Bot implementation for mancala (kalah) game using alpha-beta pruned minimax algorithm

Language: Java - Size: 74.2 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Arc676/Mancala-Mac

A Cocoa frontend for Mac that uses the Mancala library

Language: Objective-C - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Arc676/Mancala

Command line Mancala game written in C

Language: C - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

pablof300/Mancala

Traditional Mancala game replicated on a Java program

Language: Java - Size: 14.9 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

roy-reshef/mancala

mancala game implementation in clojure

Language: Clojure - Size: 3.69 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

Arc676/Mancala

Command line Mancala game written in C

Last synced at: over 2 years ago - Stars: 0 - Forks: 0