PixelMerge is a clone of the simple yet addictive Flood-it game. Fill the whole board with the same color within the maximum number of allowed steps in order to win. The topleft pixel is your starting point, change to another color to merge and form a group with surrounding pixels sharing the same color. Successive color changes will change the group’s color.
Changes:
– Support for translation
– More graphically configurable settings
– Fixed bug in FreeTypeGX that prevented UTF-8 from working
– Removed more unused libwiigui classes
– Cleaned alot of code (e.g. factored out board view in its own class)
– Gone public with the code and created googlecode page (see homebrew box).