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.

ASP.NET Basics PRO

I have recently completed to develop the second topic in my on going course for learning ASP.NET. Some of the subtopics covered in this topic are later elaborated in separated slides. You can download the slides of this topic and watch the related video clips. The links for those clips can be found within the […]

The Single ASP.NET Web Page Model PRO

When developing an ASP.NET web application we can avoid having the ‘code behind’ in a separated file. We can place it inside the aspx file. When dealing with simple web applications that include one aspx page only that can be an advantage especially when it comes to deploying the application. The simplicity of deploying a […]

GridView in ASP.NET PRO

The GridView control easily allows us to display data fetched from a database. The friendly wizard available in Visual Studio can auto generate the required code. The following video clip shows that. You can find more video clips and relevant training material in my ASP.NET course at www.abelski.com.

Update cookies preferences