Comment on AnyYolk: An open source JS, CSS 3 and Parse gameComments−tlrobinson13yThat 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−clarle13ySerious question based on this: Are DOM-based video games viable to make since it's just so easy to simulate DOM events like that?−mcs13yIf cheating in a multiplayer or scoreboard scenario is of no concern does it matter?
Comments
That was too easy...
http://i.imgur.com/yd95uOV.pngSerious 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?