Ejemplo n.º 1
0
        public void SetupTests()
        {
            GameWorld world = new GameWorld(10, 50, 50);

            Game = new TestGame(world);
        }
Ejemplo n.º 2
0
 public void Setup()
 {
     Game = new TestGame();
 }
Ejemplo n.º 3
0
 public void Test1()
 {
     var fieldGenerator = new DensityFieldGenerator(new DensityFieldGeneratorParams(-690520614, 60));
     int width = 5, height = 5;
     var game = new TestGame(fieldGenerator, width, height);
 }
Ejemplo n.º 4
0
 public void Setup()
 {
     Game = new TestGame(createPlayer: false);
     Serialization.LoadSerializers();
 }
Ejemplo n.º 5
0
 public void Setup()
 {
     Game = new TestGame(createPlayer: false);
 }