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.

Scala Jump Start PRO

I have recently started to develop a free course about Scala. The course will be available for free (for academic and personal usage) at www.abelski.com. The slides of the first four topics have just been completed. You can download them at: http://www.abelski.com/courses/scala/introduction.pdf http://www.abelski.com/courses/scala/basics.pdf http://www.abelski.com/courses/scala/classes.pdf  http://www.abelski.com/courses/scala/operators.pdf   In addition, I have just taken two video clips to […]

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

Introduction to Object Oriented Programming INFO

I am glad to announce about a new course I have recently completed to develop that comes to assist with acquiring the object oriented basic ideas. This course was developed for software programmers who are already familiar with procedural programming and plan to learn an object oriented software programming language such as C#, Java & […]

Ness College PHP Web Applications Development Course #1 INFO

Dear Students, This post will be updated concurrently with our course, starting on Wednesday May 27th 2009. Our course includes 20 meetings and is composed of the following small separated courses (modules) available at http://xperato.abelski.com: Introduction to Procedural Programming Introduction to The Internet SQL Fundamentals Introduction to XHTML CSS Fundamentals Introduction to MySQL PHP Fundamentals Introduction […]

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 Regular Expression INFO

I am glad to announce about a new course I have just completed to develop about Java Regular Expression. This new course covers the following topics: Character Classes Logical Operators Quantifiers Capturing Groups Boundary Matchers The Pattern Class and The Matcher Class The Quantifiers topic covers all types of quantifiers: Possessive Relucatant and Greedy This […]

Lambda Expressions in Android Studio

The Android platform doesn’t provide a full support for the new features introduced by Java 7 & 8. One of them is Nevertheless, the developers of the Android Studio IDE chose to provide their own implementation for lambda expressions. When folding the code that includes the instantiation of an anonymous inner class that implements an […]

Update cookies preferences