simple1


SUBMITTED BY: abobayou

DATE: May 8, 2017, 7:29 p.m.

FORMAT: Text only

SIZE: 726 Bytes

HITS: 657

  1. click sequence interval in milliseconds. equivalent to 2 seconds.
  2. You can change it to longer than 2 seconds but please don't change it to a lower value because it can messed up the timings if you have a slow internet. If you have a very slow internet connection, I recommend setting it up to 3 seconds or higher. */
  3. var interval = 1500;
  4. var restart, tile1, timeout1, timeout2, timeout3;
  5. // force the difficulty to 1 mine at the start of the game.
  6. $('.quarter').first().find('button').click();
  7. start_game();
  8. function start_game() {
  9. var risky_bet = Math.floor((Math.random() * 100) + 1);
  10. if(restart == 1){
  11. if (risky_bet < risky_bet_chance) {
  12. $('#bet').val(1.5*bigBet);

comments powered by Disqus