Final Code


Check out the model (Local Competition Phase 1) in hIndex

[
  {
    "behaviors": [
      "@hash/create-grids/create_grids.js",
      "@hash/create-scatters/create_scatters.js",
      "update_businesses.js",
      "@hash/create-agents/create_agents.js",
      "@hash/remove-self/remove_self.js"
    ],
    "agents": {},
    "grid_templates": [
      {
        "template_name": "grid",
        "height": 1,
        "rgb": [255, 255, 255],
        "behaviors": ["customer.js"]
      }
    ],
    "scatter_templates": [
      {
        "template_name": "businesses",
        "template_count": 2,
        "height": 3,
        "item_price": 10,
        "counter": 0,
        "counter_reset_at": 2,
        "counter_reset_to": 0,
        "behaviors": ["@hash/counter/counter.rs", "business.js"]
      }
    ]
  }
]