Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Oops, replied before seeing this.

Okay so that solution to level 15 I think is a bug. From what I’m seeing, that should be valid. There must be a bug in the solution code that sees it as invalid. I might look through the code at some point and see what’s up. There is another way to solve that one though.

Level 14, you’re almost there but not quite. The greens are the problem there.

Could you explain the win condition for me? I thought it was just that each colour just needs to create an 'island'

That idea is close, but with the exception that other colors can’t be in between rows or columns of that color. So in Level 14, the greens on the right are separated vertically by two blues. That is invalid. You’ll need to re-arrange the greens so no other colors are in between them.

This is why, when looking at your solution to Level 15, it should be valid.