Text="2. On a line assigned to a certain color/shape, the tiles must have the same color/shape."
Style="{StaticResource RulesContent}" />
<Label
Text="3. For a line assigned to a certain color/shape, if a tile of a specific shape/color has already been placed, they can't place it again."
Style="{StaticResource RulesContent}" />
<Label
Text="Example: If a player has already placed a blue square on a line assigned to the color blue, they can't place another blue square on the same line."
Style="{StaticResource RulesSubContent}" />
<Label
Text="Swapping your tiles"
Style="{StaticResource RulesSubTitle2}" />
<Label
Text="If a player can't place any tiles on the board, they can swap between 1 and 6 of their tiles with the remaining ones in the bag."
Style="{StaticResource RulesContent}" />
<Label
Text="Swapping can be only done if the player didn't place any tile on this turn."
Style="{StaticResource RulesContent}" />
<Label
Text="This action makes the player skip their turn."
Style="{StaticResource RulesContent}" />
<Label
Text="End of the game"
Style="{StaticResource RulesSubTitle}" />
<Label
Text="The game stops either right after a player has placed their last tile or when no player can place any more tiles."