How to play Pair_Up/Penguin_Links

By yinrow | May 7, 2009

General Rule:
The goal of this game is to eliminate all image tiles from the board by pairing up all the identical tiles. A connecting path will be drawn between the paring tiles. Here’s some simple rules about the path:

A path can can only go through the empty spaces
A path can have at most 2 turning [...]

Make Your Android Phone Vibrate

By yinrow | May 3, 2009

So I got this good suggestion from one user’s comment: when shake to shuffle, make the phone vibrate.
It’s actually a very simple 2-step operation, but android developer site wasn’t very clear about. Here’s how I did it:

Add permission in AndroidManifest.xml file like this:

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.VIBRATE" />
……
</manifest>

In your program when you want the phone to vibrate:

// [...]

The Site Has A New Look … On Your Android!

By yuchen | May 2, 2009

Since this PairUp game gets popular, we notice that more and more traffic to our site are from Android phone. But we know the site is not really mobile friendly, so we decided to do something about it.
Just now, we installed a mobile plugin for Wordpress — yes, our site is powered by Wordpress — [...]

© 2007 - 2009 ClingMarks