PHPWarrior\Runner::run PHP Method

run() public method

Run the level.
public run ( )
    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();
    }