You can play this game in your browser:
Hosted On GitHub Pages
Mancala is a game with seeds, pits, and stores. On your turn you will choose one of your pits that contains seeds, and those seeds will be distributed in a counter-clockwise manor to all pits and your store until they run out. Your goal is so have the most seeds in your store at the end of the game.
Special Rules:
- While distributing seeds, if the last seed goes into the moving player's store the player gets to move again.
- While distrubuting seeds, if the last seed goes into an empty pit on the moving player's side and the mirror pit on the opponent's side is not empty, the seeds in both pits will be added to the moving player's store.
Mancala
╔══════════════════════════════════╗
║ | |[ 8][ 0][ 1][ 0][ 6][ 7]| | ║
║ | | | | ║
║ | 3| | 4| ║
║ | | \/ | | ║
║ | |[ 7][ 1][ 0][ 7][ 2][ 2]| | ║
╚══════════════════════════════════╝
←
,→
,A
,D
: move selected pitenter
: confirmescape
: exit game