BDI Blocks World logo BDI Blocks World
Quick Help

World Management

Import & Export Worlds

Export your world configurations as JSON files for backup or sharing. Import JSON files to load saved worlds.

Export World

Import World

JSON Format Reference

World JSON files should follow this structure:

{
  "name": "World Name",
  "blocks": ["A", "B", "C", "D"],
  "stacks": [["A", "B"], ["C", "D"]],
  "colours": {
    "A": "#FF5733",
    "B": "#33FF57",
    "C": "#3357FF",
    "D": "#F333FF"
  },
  "timeline": null,
  "stats": null
}

Required fields:

  • name - String: Name of the world
  • blocks - Array: List of block names (single uppercase letters)
  • stacks - Array of Arrays: Block arrangements (bottom to top)

Optional fields:

  • colours - Object: Block color mappings (hex codes)
  • timeline - Object: Saved timeline data
  • stats - Object: Saved statistics