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# Concurrency Programming PRO

I have recently completed the slides for the ‘C# Fundamentals’ course’s ‘Threads’ topic. This course is available for free at www.abelski.com. Comparing the Threading support I found in C# with the one I know in Java, more than a few similarities can be found. Nevertheless, the effort to provide improved threading capabilities in C# cannot be ignored. […]

The java.util.concurrent Package PROF

The java.util.concurrent package includes utility classes which are useful in concurrent programming. The following clips explain the most important ones of those classes. You can download the source code files each one of these video clips uses at www.abelski.com (“Java SE Applications Development” course material). Locks & Conditions Semaphore CountDownLatch Exchanger CyclicBarrier Threads Pool FutureTask BlockingQueues

Shenkar Core Java Spring 2009 ACD

Dear Students, Please find below the complete program for the Core Java course in Shenkar College of Engineering and Design.  This course covers the following topics: Java Basic, OOP Intro Arrays, String, Inheritance Inheritance, Inner Classes Applets, Exceptions Threads Swing I/O Streams Networking Collections Framework JDBC Java Efficient Programming Java SE Design Patterns Generics Reflection Regular […]

Java SE Images Processing INFO

I am glad to announce about “Java SE Images Processing”, a new course I have just completed to develop. This new course focuses on the graphics rendering model Java SE uses and on the various capabilities available when writing code that draws graphics to the screen. This new course covers the following topics: Painting & […]

Update cookies preferences