Live data from Hacker News

Viewing profile — krozgen

krozgen

HN member
Joined
Tue, Feb 20, 2018, 12:36 AM UTC
HN karma
3
Public activity
2 items

About krozgen

No profile information was provided.

Recent public activity

  1. comment
    Comment #18871621

    I love when the red square comes close and the green one jukes in a tight spiral around it, just thinking "Whoa nope nope NOPE ah it's okay"

  2. comment
    Comment #18871128

    Snowcrash mode :) (In console): setInterval(function() { hero.x = powerUp.x; hero.y = powerUp.y; }, 50); setInterval(function() { hero.x = reward.x; hero.y = reward.y; }, 100);