game._$start.find('.blockrain-start-btn').click(function(event){
        event.preventDefault();
        game.start();
      });