Hacker News new | ask | show | jobs
by tlrobinson 4796 days ago
That was too easy...

    setInterval(function() {
      $(".egg_sprite_1, .egg_sprite_2, .egg_sprite_3, .egg_sprite_4, .egg_sprite_5").mousedown();
    }, 1)
http://i.imgur.com/yd95uOV.png
1 comments

Serious question based on this: Are DOM-based video games viable to make since it's just so easy to simulate DOM events like that?
If cheating in a multiplayer or scoreboard scenario is of no concern does it matter?