Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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.