Featured comment
Giovanni Puntil
@giovannipuntil · Web Engineer @ ASOS
Guys, we have an android version now :) feel free to share https://play.google.com/store/ap...
upvotesharetweet・
Hunter
Makers
Discussion
Chris Jarvis
@jarvdesign · Creative Technologist, ASOS
nice 👍
Is the global score tracking live scores or is it the highest score? Because it keeps changing up and down
(124 pow!)
Marcelo F. de Sousa
@immarcelo · Front-end developer
132 at first try, haha, and i'm the worst for any kind of game. just try to be "blind" to the arrows and focus on text
💖
Ryan Hoover
@rrhoover · Founder, Product Hunt
Ha! This is infuriating but I can't stop playing...
http://i.imgur.com/1TpR97J.png
Ramamoorthy
@1024gbofram · Developer @ MaxCart
I am sorry!
just thought of simple hack.. and reached 1M+
for(i=0;i<=1000000;i++){
setTimeout(function(){
var disp = $("#rightText").css("display");
if (disp=='block'){var e = $.Event("keydown", { keyCode: 39});}
else{var e = $.Event("keydown", { keyCode: 37});}
$("body").trigger(e);
}, 1);
}
load jquery before ..
I think its ~60 when I tried it manuall… See more