Rule 1 |
At the first time, each player is given three cards and four cards
are put on the table. Then three cards will be given to every
player at next times.
|
Rule 2 |
At the first time, there shoudn't be two cards of a same number on
the table.
|
Rule 3 |
If the player have got a card of a same number as a card on the
table, then he can get this two cards and all other cards from the
table accessible by making an iteration of one. Otherwise, he must
simply add one of his cards to the cards on the table.
|
Rule 4 |
At the end of the game, the cards remaining on the table are given
to the player who was the last to get a card from the table.
|
Rule 5 |
In the case one player have got "RONDA" (two cards of the same
number), he gets one point. In the case the two players have got
"RONDA", two points are aded to the player who have got the "RONDA"
with a superior number.
|
Rule 6 |
In the case one player eats all the cards on the table ("MESA"),
he gets one point.
|
Rule 7 |
In the case one player eats the same card that the other player
have just put on the table ("ESTE"), he gets one point.
|
Rule 8 |
At the end of the game, the player who have got more than 20 cards
will see this diference added to his points.
Exemple :
if he have x cards and x > 20, (x-20) points will be added to his
points.
|
Rule 9 |
the winner is the player who have got the more points.
|