{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/ev-dots-and-boxes-viewer",
  "version": "0.1.0",
  "title": "Ev Dots and Boxes",
  "category": "widgets",
  "icon": "screenoptions",
  "description": "Play Dots and Boxes, the classic pencil-and-paper game, against another player on the same device or against the built-in AI.",
  "example": {},
  "attributes": {
    "dbdata": {
      "type": "string"
    },
    "dbid": {
      "type": "string",
      "default": "0"
    },
    "difficulty": {
      "type": "string",
      "default": "medium"
    },
    "boxrows": {
      "type": "string",
      "default": "5"
    },
    "boxcols": {
      "type": "string",
      "default": "5"
    },
    "cellsize": {
      "type": "string",
      "default": "56"
    },
    "linecolor": {
      "type": "string",
      "default": "#2D2A4A"
    },
    "dotcolor": {
      "type": "string",
      "default": "#2D2A4A"
    },
    "p1color": {
      "type": "string",
      "default": "#EF4444"
    },
    "p2color": {
      "type": "string",
      "default": "#3B82F6"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "ev-crosswords",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}
