109110111112113114115116117118
// audioFactory.playBackgroundMusic("ff4fores"); // } private void initModel() { try { this.gameState = new GameState(); } catch (IOException e) { throw new RuntimeException(e); } }