Showing posts with label Games. Show all posts
Showing posts with label Games. Show all posts

Monday, August 4, 2014

Sports - India: Russel peters may be correct

There is a show where Russel Peters joked about Indians - sports.


If we see the performance in CWG 2014, or any sport shows that's not far from truth. I just tried to put the CWG medal tally and the top countries list across...  Here is the map where we stood much below than countries like NZ, AU, EN..

By the way anyone dare to draw a graph for Olympics ?

Tuesday, May 17, 2011

Play Angry birds in any browser... No need iPhone, Android..:)

Just point your browser to chrome.angrybirds.com or download the app from Chrome webstore @ https://chrome.google.com/webstore/

The game is not complete (yet) but who cares, the addictive game still has 63+2 plays so just point and target 3 stars..:)

Update: Just got the hint that this is using the local storage and the hack to the 7 levels in Chrome Dimesion.
So this will open up the 5 levels and make it 63+7.

Install the angrybirds from chrome store and open it.
Once its running then paste below code in to the address bar and press enter. Now go and waste few more min..
javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();

To return to original paste below code

javascript: var i = 1; while (i<=69) { localStorage.setItem('level_star_'+i,'-1'); i++; } window.location.reload();