public static GameController getInstance() { if (instance == null){ instance = new GameController(); } return instance; }