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.

Tuples in C# PRO

Tuples were introduced in .NET 4.0. While arrays hold objects of the same type, tuples can hold objects of different types. The eight different generic Tuple classes are available for the purposes of having tuples with diferent number of types. Once a tuple was created the type of its fields cannot be changed. In a […]

HIT Scala Programming Course Autumn 2010 ACD

During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. It is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are […]

Shenkar Scala Programming Course Autumn 2010 ACD

During the 2010 Autumn semester I am going to deliver the Java & Scala Programming course in Shenkar (www.shenkar.ac.il). This course is delivered as part Shenkar’s Software Engineering BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are going […]

Dynamic Functions in C# PRO

The C# programming language allows us to write code that creates new methods during its execution. These methods are known as dynamic functions, and once created we can use delegates to treat them just as any other ordinary function. The following video clip explains how to use the System.Reflection.Emit classes in order to create a new simple […]

JAAS Code Sample PRO

I have just completed a short vide clip that presents a simple JAAS code sample. This code sample presents a simple implementation for the authantication mechanism. This code sample includes the following files: PrincipleImplementation.java The Principle interface represents an entity such as an individual, corporation or a simple login id. Our implementation for that interface […]

Technion C# Fundamentals INFO

This post was created in order to assist me teaching the ‘C# Fundamentals’ module, that belongs to the ‘.NET Software Development’ long term course delivered in the Technion. This C# module includes 24 meetings of 5 academic hours each, it starts on June 21st 2010 and it takes place on Mondays and Thursdays in the Technion, […]

HIT Scala Programming Course Summer 2010 ACD

During the 2010 Summer semester I am going to deliver the Internet Programming course in HIT. This course is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java programming language and continues with a detailed coverage of Scala. The topics we are going to cover in Scala include the […]

Scala Fundamentals INFO

I have just completed to develop the Scala Fundamentals course. Taking this course you will gain a structured comprehensive understanding of the Scala programming language. The community version is available for free personal and academic usage at www.abelski.com. The commercial version is available at www.xperato.com. The community version includes the following 28 topics: Introduction Scala […]

Technion Analysis & Design using UML INFO

On July 15th 2010 I will start lecturing the “Analysis & Design Using UML” course. The course will take place in the Technion. The course includes eight meetings and aside of going through UML it includes practical labs through which the participants will gain practical experience in analysis & design using UML. Apart of going […]

Shenkar Core Java Autumn 2009 ACD

Dear Students, Please find below the complete program for the Core Java course in Shenkar College of Engineering and Design. This course is composed of three separated modules. The first module (6 meetings) focuses on ‘Core Java’ topics and it covers the following: Java Basic, OOP Intro Arrays, String, Inheritance Inheritance, Inner Classes Applets, Exceptions […]

Update cookies preferences