{
  "name": "Learn JavaScript coding with an interactive RPG-style tutorial game",
  "nodes": [
    {
      "id": "ff379455-2bfc-4b10-86d3-34e6061e8e75",
      "name": "🎯 Start Game",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        280
      ]
    },
    {
      "id": "342c8cd6-27af-4562-ba21-44576e76aa0a",
      "name": "Game Header",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -60
      ],
      "parameters": {
        "width": 400,
        "height": 580,
        "content": "#  Code Challenge Adventure\n\n**Author:** David Olusola\n\n## 🎯 Game Rules\n1. Complete coding challenges to earn points\n2. Each level teaches different n8n concepts\n3. Collect power-ups and achievements\n"
      }
    },
    {
      "id": "a64d11d1-e7e1-4f08-a130-5bca37f68e09",
      "name": "Level 1 Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        500
      ],
      "parameters": {
        "width": 250,
        "height": 330,
        "content": "## 🎲 Level 1: Data Warrior\n\n**Challenge:** Deduplicate the corrupted user database!\n\n**Skills Learned:**\n- Array filtering\n- Data deduplication\n- JSON manipulation\n\n**Reward:** 100 XP + Data Shield 🛡️"
      }
    },
    {
      "id": "995b3576-696f-435b-a9fd-3e811e25815d",
      "name": "Level 2 Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        500
      ],
      "parameters": {
        "width": 250,
        "height": 290,
        "content": "## ⚔️ Level 2: API Ninja\n\n**Challenge:** Transform and validate API responses!\n\n**Skills Learned:**\n- Data transformation\n- Validation logic\n- Error handling\n\n**Reward:** 200 XP + Speed Boost ⚡"
      }
    },
    {
      "id": "f862073b-d3e5-460e-8d4f-6c6f040d2c83",
      "name": "Boss Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        860,
        380
      ],
      "parameters": {
        "width": 250,
        "height": 330,
        "content": "## 🏆 Final Boss: Automation Master\n\n**Challenge:** Build a complete workflow system!\n\n**Skills Learned:**\n- Complex logic\n- Error handling\n- Performance optimization\n\n**Reward:** 500 XP + Master Badge"
      }
    },
    {
      "id": "00297d14-9d74-4a5e-a48c-3c2795aeda6a",
      "name": "🎲 Level 1: Data Warrior",
      "type": "n8n-nodes-base.code",
      "position": [
        620,
        280
      ]
    },
    {
      "id": "98162e1a-8f3e-418d-b1d5-e1b03f518e1d",
      "name": "⚔️ Level 2: API Ninja",
      "type": "n8n-nodes-base.code",
      "position": [
        900,
        280
      ]
    },
    {
      "id": "3042b31c-2dec-45d3-8bdb-7487d8f22eaf",
      "name": "🏆 Final Boss: Automation Master",
      "type": "n8n-nodes-base.code",
      "position": [
        1200,
        280
      ]
    },
    {
      "id": "858b4392-6eb0-4e2d-a5a5-bcdc31f38fa8",
      "name": "🎊 Game Over Screen",
      "type": "n8n-nodes-base.code",
      "position": [
        1500,
        280
      ]
    },
    {
      "id": "4d626c17-abaf-40e1-bebb-37e9f0861515",
      "name": "Game Features",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        920,
        -220
      ],
      "parameters": {
        "width": 460,
        "height": 540,
        "content": "## Game Features\n\n**🎯 3 Challenging Levels**\n- Progressive difficulty\n- Real n8n scenarios\n- Practical coding challenges\n\n**🏆 Reward System**\n- XP and level progression\n- Power-ups and achievements\n- "
      }
    },
    {
      "id": "7cba2d2f-3838-4a9f-abd0-7e4cd0686f32",
      "name": "Initialize Game",
      "type": "n8n-nodes-base.code",
      "position": [
        460,
        280
      ]
    }
  ],
  "connections": {
    "Initialize Game": {
      "main": [
        [
          {
            "node": "🎲 Level 1: Data Warrior",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🎯 Start Game": {
      "main": [
        [
          {
            "node": "Initialize Game",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "⚔️ Level 2: API Ninja": {
      "main": [
        [
          {
            "node": "🏆 Final Boss: Automation Master",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🎲 Level 1: Data Warrior": {
      "main": [
        [
          {
            "node": "⚔️ Level 2: API Ninja",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🏆 Final Boss: Automation Master": {
      "main": [
        [
          {
            "node": "🎊 Game Over Screen",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}