Example #1
0
 public ControlPoint()
 {
     Level             = new Level.Level(LevelWidth, LevelHeight);
     Algorithms        = new Generation.AlgorithmComboBoxValues();
     GameObjectFactory = new Generation.GameObjectFactory();
     MethodFactory     = new Generation.MethodFactory();
     Generator         = new Generation.Generator();
 }
Example #2
0
 public ControlPoint()
 {
     Level = new Level.Level(LevelWidth, LevelHeight);
     Algorithms = new Generation.AlgorithmComboBoxValues();
     GameObjectFactory = new Generation.GameObjectFactory();
     MethodFactory = new Generation.MethodFactory();
     Generator = new Generation.Generator();
 }