Skip to content

Latest commit

 

History

History

Mancala

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Mancala

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
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]|  | ║
  ╚══════════════════════════════════╝

Input

  • , , A, D: move selected pit
  • enter: confirm
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64