{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/ev-checkered-force-viewer",
  "version": "0.1.0",
  "title": "Ev Checkered Force",
  "category": "widgets",
  "icon": "screenoptions",
  "description": "Play Checkered Force, an original Entreveloper.com 2-player abstract strategy board game, single-player against the built-in AI.",
  "example": {},
  "attributes": {
    "cfdata": {
      "type": "string"
    },
    "cfid": {
      "type": "string",
      "default": "0"
    },
    "difficulty": {
      "type": "string",
      "default": "medium"
    },
    "cellsize": {
      "type": "string",
      "default": "48"
    },
    "lightcolor": {
      "type": "string",
      "default": "#f0d9b5"
    },
    "darkcolor": {
      "type": "string",
      "default": "#4a4a68"
    },
    "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"
}
