Hacker News new | ask | show | jobs
by ruxkor 4730 days ago
A very nice game!

Another automatic click script, clicking the buttons only when necessary:

var checkAll = setInterval(function() { var bn = ['stoke','gather','traps']; for (var i=0; i<bn.length;i++) $('#'+bn[i]+'Button:not(.disabled)').click(); }, 500);