Skip to content

Latest commit

 

History

History
 
 

Mancala

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Mancala

flat Language C# Target Framework Build Discord

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 player's store the player gets to move again before the other.
  • While distrubuting seeds, if the last seed goes into an empty pit on the side of the player who is currently moving and the mirror pit on the opponent's side is not empty, all of the seeds in that pit and the mirror pit on the opponent's side will be added to the moving player's pit.

  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