public static GameModel getInstance() { if (model == null) { model = new GameModel(); model.init(); } return model; }