Viewing profile — krozgen
krozgen
HN member- Joined
- Tue, Feb 20, 2018, 12:36 AM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About krozgen
No profile information was provided.
Recent public activity
-
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"
-
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);