Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I also do not understand the mechanics but it's cute :D what do the different colors mean?

When merging two cells, their RGB values are set to the middle point (for example, a {200, 0, 0} combining with a {0, 200, 0} would result in {100, 100, 0}.
The goal is to get a cell in the grid to have its values in a range which I defined for colors resembling honey (180-255 for red, and 120-200 for green, blue is constant across all cells). 

Thanks for playing!