Skip to content

Toguz Kumalak (9qumalaq) ("nine pebbles") is the Kazakh name of a mancala game. Тоғыз-құмалақ — қазақтың ұлттық дәстүрлі ойындарының бірі, ақыл-ой ойыны.

License

Notifications You must be signed in to change notification settings

Toha07/9qumalaq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

9qumalaq ("nine pebbles")

Тоғыз-құмалақ — қазақтың ұлттық дәстүрлі ойындарының бірі, ақыл-ой ойыны.

Toguz Kumalak (9qumalaq) ("nine pebbles") is the Kazakh name of a Mancala game also known as Toguz Korgool ("nine dung balls") in Kyrgyz. The number 'nine' has a high significance in the folk beliefs and mythology of Central Asian peoples. It was considered auspicious.

more here

Install

$ git clone https://github.com/aytsoft/ToguKumalak-ninePebbles.git

or npm install

npm install nine-pebbles

This is the first version. Many less than the place, I hope everyone to develop together.

Board

Toguz Kumalak (9qumalaq) is played on a special board having two rows of 9 small pits and two big pits called Kazans. The player's side is the bottom row of the small pits and the player's kazan is the top one (close to the opponent's side).
At the beginning of the game 9 seeds are placed in each small pit.
9qumalaq ("nine pebbles")

Objective

A player wins a game if he accumulates more seeds in his own kazan than the opponent.
If both players have accumulated the same number of seeds, the game ends by a draw.

Play

Players take turns sowing their seeds. The sowing is performed in the following way:

  • The player picks all seeds up from one of the pits on his side.

  • If the chosen pit contained more than one seed then the first picked up seed is dropped back to the starting pit. Then the player continues dropping the taken seeds in counter-clockwise direction, one seed in a pit.

  • If the chosen pit contained only one seed then the player drops it in the next pit in counter-clockwise direction.
    Below is an example of sowing:
     9qumalaq ("nine pebbles")
    A player takes nine seeds from his pit "g" and sows them counter-clockwise. Note that the first seed falls back to the pit "g".

  • If the last sown seed lands in a pit on the opponent's side and brings the total number of seeds in the pit to the even number then all seeds from the pit are captured by the player and are moved to the player's kazan.
    9qumalaq ("nine pebbles")
    The last sown seed lands in a pit on the opponent's side and brings the total number of seeds in the pit to the even number (10). All these 10 seeds are moved to the player's kazan.

  • If the last sown seed lands in a pit on the opponent's side and brings the total number of seeds in the pit to three then all seeds from the pit are captured by the player and are moved to the player's kazan and the pit turns into the player's tuzdik ("sacred place" in Kazakh; or tuz in Kyrgyz, which means "salt"). There are several cases when tuzdik is not created:

    1. If the player has created one tuzdik already.
    2. The last pit of the opponent (his ninth or rightmost pit) cannot be turned into a tuzdik.
    3. A tuzdik cannot be created if it is symmetrical to the opponent's one (for example, if your third pit is already a tuzdik, you cannot turn the third pit of your opponent into one).

It is permitted to make such a move, but it wouldn't create a tuzdik. All the seeds that fall into a tuzdik during sowing are captured by the tuzdik's owner and are moved to his kazan.

9qumalaq ("nine pebbles")
A player takes ten seeds from his pit "F" and sows them counter-clockwise. The last sown seed falls in the pit "f" on the opponent's side and brings the total number of seeds there to three. This pit is turned into player's tuzdik (all three seeds are moved to player's kazan).

9qumalaq ("nine pebbles")
A player takes eleven seeds from his pit "e" and sows them counter-clockwise. The last sown seed falls in the pit "F" on the opponent's side and brings the total number of seeds there to three. This pit is NOT turned into player's tuzdik because it is symmetrical to the opponent's tuzdik in pit "f". Note that during sowing one of the player's seeds felt into opponent's tuzdik (pit "f") and is moved to opponent's kazan.

  • If a player doesn't have any seeds on his side on his turn then his opponent takes all remaining seeds to his kazan and the game ends.

External Links

From Wikipedia

LICENSE

MIT

About

Toguz Kumalak (9qumalaq) ("nine pebbles") is the Kazakh name of a mancala game. Тоғыз-құмалақ — қазақтың ұлттық дәстүрлі ойындарының бірі, ақыл-ой ойыны.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • HTML 3.9%