Populate a 10x10 grid of squares with colored tiles with:
1. At least 2 colors
2. None 3 in a row
3. Two tiles that are to be swapped forming at least one 3 in a row (or column)
4. Cascades progress as far as possible
5. There are never sets of more than 3 in a row
6. No tiles are added to the board
How can you populate the board so that when the swap is made the board ends with as few tiles as possible?
Example on a smaller board:
Before
54334 54221 42113After
5 54 44 4