Exemple #1
0
 /**
  * Run the level.
  */
 public function run()
 {
     Config::$in_stream = $this->stdin;
     Config::$out_stream = $this->stdout;
     Config::$delay = 0.6;
     $this->parse_options();
     $this->load_translation();
     $this->game->start();
 }