{ "init":
  { "pixiImages":
    [ "imgBoard", "imgEmpty", "imgCircle", "imgCross" ]
  },

  "model":
  { "background":
    { "left":   0,
      "right":  310,
      "top":    0,
      "bottom": 310
    },
    "token":
    { "type":   "",
      "width":  90,
      "height": 90
    }
  },

  "view":
  { "background":
    { "width":  310,
      "height": 310,
      "image":  "imgBoard"
    },
    "token":
    { "border": { "left": 10, "top": 10 },
      "gap":    10,
      "images": { "": "imgEmpty", "circle": "imgCircle", "cross": "imgCross" }
    }
  }
}