Hacker News new | ask | show | jobs
AnyYolk: An open source JS, CSS 3 and Parse game (blog.parse.com)
21 points by mattieuga 4796 days ago
2 comments

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
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?
The game difficulty should not depend on your browser window width