Erdös Latino is played on an initially empty 5×5 board.
There are 5 units, ranked level 1-5 from left to right like this:
Each turn, a player will place a new unit:
The only rule is, you may never place a unit in a row or column that already has a unit of that type. Think Sudoku!
If the game ends with the players unable to fill the board because of this
rule, the last player to place a unit wins via
starvation
.
But, if the board is completely filled, the player controlling the most
columns win via
columncount
.
This clever tiebreaker works like this:
1 3 4
would give you control.
1 _ 4 3 5
gives control through 1, 3 and 5.
Say we have the situation to the left:
If Player 1 places c3 , she gets control via 2-3-4 (shown in the middle).
But if it is Player 2's turn and she places c3 , she gets control via 1-4-5 (shown to the right).