Game Instructions

Tap a tile to toggle its color. When a tile changes nearby tiles may change as well. Each move affect multiple tiles. The target is to turn all tiles into yellow in the fewest steps possible.

Press 'j' to show/hide the game. Press 'i' to show/hide the instructions. Press 't' to show/hide the top score table.

Steps: 0

Top Scores

Name Steps
Press J to toggle the game, I to toggle instructions, and T to toggle the top scores

Congratulations!

You solved the puzzle in 0 steps!

Success!

Score submitted successfully!

Error

Failed to submit score. Please try again.

C# Supports The goto Command PRO

I was recently surprised to find out that C# supports the ‘goto’ command. I tend to believe that most of the readers of this post have already heard during their lessons in the university that using the ‘goto’ command is very bad, they should never use it and that is also the very same reason […]

Apache Commons File Upload PRO

The Apache Commons open source project includes various useful components we can use in our code. One of them is the FileUpload, that allows us to develop a Java Servlet (or a JSP document) that handles files uploads. The following video clip presents a small code sample for handling a file upload coming from an […]

Update cookies preferences