Blog » Time Killing with Chrome

Time Killing with Chrome

imageThis Katamari game is a javascript implementation (interpretation?) of the Japanese video game Katamari Damacy which roughly translates to “clump spirit”.

The point of the game, if there is a point, is to roll a sticky ball around and the more objects you pick up , the bigger the ball becomes and the bigger the objects it can pick up. This version will load in your browser and you hold the control key and roll the ball around the screen picking up words and images off of the screen. I suppose the goal is to get the ball big enough that it goes super-nova.

To get a better idea of what this is all about, you can watch the following video which is a commercial designed for the launch of this game:

Advert for the game that launched this phenomenon…

Load up your favorite website (like this one) in Chrome browser and paste the following javascript into the address bar and enjoy!

javascript:var h='http://174.129.249.239/js/',i,n,ss=['http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js',h+'Renderables.js',h+'Game.js'];for(i=0;i<ss.length;i++){n=document.createElement("script");n.src=ss[i]+'?'+Date.now();document.head.appendChild(n);}
Michael Gibbs
Stalk Me...
Latest posts by Michael Gibbs (see all)