init(); $this->run(); } protected function init() { return true; } protected function run() { $game = new Game(); } }