This 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:
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);}
- Setting up SSL on Amazon Linux Instance under EC2 - July 26, 2018
- Method Chaining of Objects in C# - January 16, 2017
- Native SQL Backup And Restores on AWS RDS - November 9, 2016