O anche:
codice:
Gioco1 = {
   run: function() {
     alert('ruuun');
   },
   stop: function(){
   },
   init: function(){
      this.run();
   }
};
Gioco1.init()