I also do not understand the mechanics but it's cute :D what do the different colors mean?
Viewing post in Meebee's Honeycomb jam comments
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!