A simple yet fun game where you need to color the board in less than 21 moves by matching your colors
Run the program. Follow instructions in the command line. You start at the left upper pixel and control all pixels color-connected to it. In every move you can change the pixel(s) color, by changing the color you can increase the pixels connected to it. You have2 21 moves wto try and get the board to have the same color. Good luck!
- In some IDE's the image only updates every second or third move, howeever in debugger modes this usually does not happen.