Пример #1
0
 private void InitWorld()
 {
     world = new World(coordinateFactory, worldState);
     world.addARandomCell();
     cellPositions = worldState.get2DCellRepresentation();
     createPackmanImages(cellPositions.rows);
     setPacmanImagesLocation();
 }