Hus is a Mancala style game that is played in Namibia. Here you find more information about it. This app uses a narrow board of 4 x 8 holes, and you use 24 stones. While many other Mancala variants call their stones "beans", in this game they are called "cows".
The game ends when one player cannot make any more moves. The player who can still move is the winner!
The board has two rows of holes for each player:
The opponent's rows are opposite yours. Your Hole 9 is opposite their Hole 16, your Hole 10 opposite their 15, and so on.
Each player starts with 24 stones. Two stones are placed in each of your first 12 holes (Holes 1 through 12). Your Holes 13, 14, 15, and 16 start empty (and the same applies to the opponent).
On your turn, follow these steps:
Look where you dropped your very last stone:
(*) Note: The direction of sowing is counter-clockwise. Many (particularly German) sources mention that the direction is clockwise. I found this counter-intuitive - the four stones in your inner row should lead the attack, and not have to retreat to the home row. Also, the Wiki mentioned above, which has more sources than any other source I found, opts for counter-clockwise.
If you have made 100 sowing steps, your turn is over, even if you have not landed in an empty hole. A sowin step
starts with picking up stones from a hole, and ends after you have dropped the last stone in your hand into
another hole.
Reason: in this game, there are positions that lead to an infinite sowing loop, ie. your move
can never finish. In my testing, I came across a position that would repeat after 343 consecutive sowing steps.
Not fun. Therefore: you can sow a hand of beans for 100 times, andthen, even if you haven't landed in an empty
hole, your turn is over.
The game has 3 difficulty settings:
Below is a position that leads to an infinite sowing loop, from your point of view:
number of stones in upper row, below stones in lower row:
00 08 00 01 00 01 00 01
02 03 04 01 02 02 01 04
you start moving counter-clockwise in the hole marked in bold, picking up the two stones. Your opponent has no
stone in his fighting board anymore.
In your first step, you pick up the two stones and drop one in the next and the other in the next hole.
In the next step you pick up the three stones and continue.
Good luck, you will never finish this move.
I asked ChatGPT to write a little script to simulate the sowing and look for
repeated
positions. And it found out that this position will repeat after 434 (!) steps of sowing.
Please note that this position has been reached in a game of Kahala. It is a legal Hus position but due to the different capturing rules, I have not yet found out whether it is possible to reach this position in a legal Hus game.