public AIController(GameController gameController) { GameController = gameController; RNG = new Random(); }
//Constructor public MainController() { ViewController = new ViewController(this); GameController = new GameController(this); }