第1关 初识纠缠 ★☆☆
🎉
关卡通过!
黑白合一,量子纠缠
🏆
全部通关!
⭐⭐⭐
你征服了量子世界,真正的量子大师!

✦ 方块皮肤

// Quantum Blocks - 60关关卡数据 // 自动生成,请勿手动修改 const LEVELS = [ { "id": 1, "name": "初识纠缠", "phase": 1, "mirrorType": "horizontal", "hint": "让白方块撞墙停下,黑方块就能到位", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 15, "row": 7 }, "whiteGoal": { "col": 7, "row": 7 }, "blackGoal": { "col": 11, "row": 7 }, "walls": [ { "col": 9, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 2, "name": "轻轻一推", "phase": 1, "mirrorType": "horizontal", "hint": "一推一停,两个都到位", "whiteStart": { "col": 6, "row": 7 }, "blackStart": { "col": 13, "row": 7 }, "whiteGoal": { "col": 10, "row": 7 }, "blackGoal": { "col": 14, "row": 7 }, "walls": [ { "col": 8, "row": 7, "type": "solid" }, { "col": 8, "row": 6, "type": "solid" } ], "mechanisms": [] }, { "id": 3, "name": "撞墙妙用", "phase": 1, "mirrorType": "horizontal", "hint": "撞墙卡位是最基本的技巧", "whiteStart": { "col": 8, "row": 7 }, "blackStart": { "col": 11, "row": 7 }, "whiteGoal": { "col": 6, "row": 7 }, "blackGoal": { "col": 9, "row": 7 }, "walls": [ { "col": 9, "row": 6, "type": "solid" } ], "mechanisms": [] }, { "id": 4, "name": "小台阶", "phase": 1, "mirrorType": "horizontal", "hint": "先推一个撞墙,再操作另一个", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 9, "row": 7 }, "blackGoal": { "col": 12, "row": 7 }, "walls": [ { "col": 11, "row": 7, "type": "solid" }, { "col": 11, "row": 6, "type": "solid" }, { "col": 11, "row": 8, "type": "solid" } ], "mechanisms": [] }, { "id": 5, "name": "小小绕路", "phase": 1, "mirrorType": "horizontal", "hint": "台阶地形需要规划路线", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 15, "row": 7 }, "whiteGoal": { "col": 5, "row": 7 }, "blackGoal": { "col": 10, "row": 7 }, "walls": [ { "col": 12, "row": 7, "type": "solid" }, { "col": 12, "row": 6, "type": "solid" }, { "col": 12, "row": 8, "type": "solid" } ], "mechanisms": [] }, { "id": 6, "name": "左右互搏", "phase": 1, "mirrorType": "horizontal", "hint": "试着绕开中间的墙", "whiteStart": { "col": 6, "row": 7 }, "blackStart": { "col": 13, "row": 7 }, "whiteGoal": { "col": 8, "row": 7 }, "blackGoal": { "col": 10, "row": 7 }, "walls": [ { "col": 13, "row": 7, "type": "solid" }, { "col": 13, "row": 6, "type": "solid" }, { "col": 13, "row": 8, "type": "solid" }, { "col": 14, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 7, "name": "转角遇到", "phase": 1, "mirrorType": "horizontal", "hint": "转角处可以卡住一个方块", "whiteStart": { "col": 8, "row": 7 }, "blackStart": { "col": 11, "row": 7 }, "whiteGoal": { "col": 4, "row": 7 }, "blackGoal": { "col": 8, "row": 7 }, "walls": [ { "col": 5, "row": 6, "type": "solid" }, { "col": 5, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 7, "row": 8, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 9, "row": 9, "type": "solid" }, { "col": 11, "row": 6, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 8, "name": "S型初探", "phase": 1, "mirrorType": "horizontal", "hint": "S型路线,一步步来", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 7, "row": 6 }, "blackGoal": { "col": 11, "row": 8 }, "walls": [ { "col": 5, "row": 6, "type": "solid" }, { "col": 5, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 7, "row": 8, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 9, "row": 9, "type": "solid" }, { "col": 11, "row": 6, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 13, "row": 8, "type": "solid" } ], "mechanisms": [] }, { "id": 9, "name": "绕墙一圈", "phase": 1, "mirrorType": "horizontal", "hint": "绕墙一圈,注意保持同步", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 15, "row": 7 }, "whiteGoal": { "col": 10, "row": 7 }, "blackGoal": { "col": 13, "row": 7 }, "walls": [ { "col": 5, "row": 6, "type": "solid" }, { "col": 5, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 7, "row": 8, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 9, "row": 9, "type": "solid" } ], "mechanisms": [] }, { "id": 10, "name": "迷宫初型", "phase": 1, "mirrorType": "horizontal", "hint": "这关需要三步以上的规划", "whiteStart": { "col": 6, "row": 7 }, "blackStart": { "col": 13, "row": 7 }, "whiteGoal": { "col": 6, "row": 6 }, "blackGoal": { "col": 9, "row": 8 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 5, "row": 8, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 6, "row": 8, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 10, "row": 8, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" }, { "col": 13, "row": 8, "type": "solid" } ], "mechanisms": [] }, { "id": 11, "name": "连环卡位", "phase": 1, "mirrorType": "horizontal", "hint": "多卡几次位就能过关", "whiteStart": { "col": 8, "row": 7 }, "blackStart": { "col": 11, "row": 7 }, "whiteGoal": { "col": 9, "row": 7 }, "blackGoal": { "col": 14, "row": 7 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 5, "row": 8, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 6, "row": 8, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 10, "row": 8, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" }, { "col": 13, "row": 8, "type": "solid" }, { "col": 14, "row": 8, "type": "solid" } ], "mechanisms": [] }, { "id": 12, "name": "终局试炼", "phase": 1, "mirrorType": "horizontal", "hint": "阶段终关,试试你的技巧", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 5, "row": 6 }, "blackGoal": { "col": 7, "row": 8 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 5, "row": 8, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 6, "row": 8, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 10, "row": 8, "type": "solid" } ], "mechanisms": [] }, { "id": 13, "name": "错位开端", "phase": 2, "mirrorType": "horizontal", "hint": "错位墙体需要分段规划", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 5, "row": 7 }, "blackGoal": { "col": 14, "row": 7 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 14, "name": "错位进阶", "phase": 2, "mirrorType": "horizontal", "hint": "先走一边,再走另一边", "whiteStart": { "col": 3, "row": 6 }, "blackStart": { "col": 15, "row": 8 }, "whiteGoal": { "col": 6, "row": 7 }, "blackGoal": { "col": 13, "row": 7 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 15, "name": "错位迷阵", "phase": 2, "mirrorType": "horizontal", "hint": "错位迷阵,一步步来", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 13, "row": 7 }, "whiteGoal": { "col": 7, "row": 7 }, "blackGoal": { "col": 12, "row": 7 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 4, "row": 6, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 6, "row": 6, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 8, "row": 6, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 10, "row": 6, "type": "solid" }, { "col": 12, "row": 6, "type": "solid" } ], "mechanisms": [] }, { "id": 16, "name": "错位终局", "phase": 2, "mirrorType": "horizontal", "hint": "这关需要更多耐心", "whiteStart": { "col": 5, "row": 6 }, "blackStart": { "col": 14, "row": 8 }, "whiteGoal": { "col": 8, "row": 7 }, "blackGoal": { "col": 11, "row": 7 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 4, "row": 6, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 6, "row": 6, "type": "solid" }, { "col": 8, "row": 6, "type": "solid" } ], "mechanisms": [] }, { "id": 17, "name": "上下分途", "phase": 2, "mirrorType": "horizontal", "hint": "终点上下分开了,调整策略", "whiteStart": { "col": 6, "row": 7 }, "blackStart": { "col": 12, "row": 7 }, "whiteGoal": { "col": 8, "row": 5 }, "blackGoal": { "col": 10, "row": 9 }, "walls": [ { "col": 3, "row": 7, "type": "solid" }, { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 15, "row": 7, "type": "solid" }, { "col": 16, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 18, "name": "高空俯瞰", "phase": 2, "mirrorType": "horizontal", "hint": "一上一下,交替推进", "whiteStart": { "col": 2, "row": 6 }, "blackStart": { "col": 15, "row": 8 }, "whiteGoal": { "col": 4, "row": 5 }, "blackGoal": { "col": 14, "row": 9 }, "walls": [ { "col": 3, "row": 7, "type": "solid" }, { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 15, "row": 7, "type": "solid" }, { "col": 16, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 19, "name": "天地之差", "phase": 2, "mirrorType": "horizontal", "hint": "天地之差,用心感受", "whiteStart": { "col": 3, "row": 7 }, "blackStart": { "col": 16, "row": 7 }, "whiteGoal": { "col": 5, "row": 5 }, "blackGoal": { "col": 13, "row": 9 }, "walls": [ { "col": 3, "row": 7, "type": "solid" }, { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 15, "row": 7, "type": "solid" }, { "col": 16, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 20, "name": "错落有致", "phase": 2, "mirrorType": "horizontal", "hint": "错落有致的终点", "whiteStart": { "col": 4, "row": 6 }, "blackStart": { "col": 14, "row": 8 }, "whiteGoal": { "col": 6, "row": 5 }, "blackGoal": { "col": 12, "row": 9 }, "walls": [ { "col": 3, "row": 7, "type": "solid" }, { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 15, "row": 7, "type": "solid" }, { "col": 16, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 21, "name": "垂直镜像", "phase": 2, "mirrorType": "horizontal", "hint": "垂直镜像,上下对称移动", "whiteStart": { "col": 5, "row": 7 }, "blackStart": { "col": 12, "row": 7 }, "whiteGoal": { "col": 5, "row": 4 }, "blackGoal": { "col": 5, "row": 10 }, "walls": [ { "col": 4, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 7, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 10, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 13, "row": 7, "type": "oneWay", "direction": "right" } ], "mechanisms": [] }, { "id": 22, "name": "镜像翻转", "phase": 2, "mirrorType": "horizontal", "hint": "镜像翻转了你的操作", "whiteStart": { "col": 6, "row": 6 }, "blackStart": { "col": 13, "row": 8 }, "whiteGoal": { "col": 7, "row": 4 }, "blackGoal": { "col": 7, "row": 10 }, "walls": [ { "col": 4, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 7, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 10, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 13, "row": 7, "type": "oneWay", "direction": "right" } ], "mechanisms": [] }, { "id": 23, "name": "上下对称", "phase": 2, "mirrorType": "vertical", "hint": "上下对称,思路调整", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 16, "row": 7 }, "whiteGoal": { "col": 9, "row": 4 }, "blackGoal": { "col": 9, "row": 10 }, "walls": [ { "col": 4, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 4, "row": 6, "type": "oneWay", "direction": "down" }, { "col": 7, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 7, "row": 6, "type": "oneWay", "direction": "down" }, { "col": 10, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 10, "row": 6, "type": "oneWay", "direction": "down" }, { "col": 13, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 13, "row": 6, "type": "oneWay", "direction": "down" } ], "mechanisms": [] }, { "id": 24, "name": "颠倒乾坤", "phase": 2, "mirrorType": "horizontal", "hint": "颠倒乾坤,换个角度思考", "whiteStart": { "col": 3, "row": 6 }, "blackStart": { "col": 14, "row": 8 }, "whiteGoal": { "col": 11, "row": 4 }, "blackGoal": { "col": 11, "row": 10 }, "walls": [ { "col": 4, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 4, "row": 6, "type": "oneWay", "direction": "down" }, { "col": 7, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 7, "row": 6, "type": "oneWay", "direction": "down" }, { "col": 10, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 10, "row": 6, "type": "oneWay", "direction": "down" }, { "col": 13, "row": 7, "type": "oneWay", "direction": "right" }, { "col": 13, "row": 6, "type": "oneWay", "direction": "down" } ], "mechanisms": [] }, { "id": 25, "name": "对角挑战", "phase": 2, "mirrorType": "horizontal", "hint": "对角镜像,斜线思维", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 15, "row": 7 }, "whiteGoal": { "col": 3, "row": 5 }, "blackGoal": { "col": 16, "row": 9 }, "walls": [ { "col": 6, "row": 6, "type": "solid" }, { "col": 7, "row": 6, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 10, "row": 8, "type": "solid" }, { "col": 11, "row": 8, "type": "solid" } ], "mechanisms": [] }, { "id": 26, "name": "斜线思维", "phase": 2, "mirrorType": "horizontal", "hint": "斜线路径需要新的策略", "whiteStart": { "col": 5, "row": 6 }, "blackStart": { "col": 13, "row": 8 }, "whiteGoal": { "col": 5, "row": 6 }, "blackGoal": { "col": 14, "row": 8 }, "walls": [ { "col": 6, "row": 6, "type": "solid" }, { "col": 7, "row": 6, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 10, "row": 8, "type": "solid" }, { "col": 11, "row": 8, "type": "solid" }, { "col": 12, "row": 9, "type": "solid" }, { "col": 13, "row": 9, "type": "solid" } ], "mechanisms": [] }, { "id": 27, "name": "斜向迷局", "phase": 2, "mirrorType": "diagonal", "hint": "斜向迷局,保持专注", "whiteStart": { "col": 6, "row": 7 }, "blackStart": { "col": 11, "row": 7 }, "whiteGoal": { "col": 7, "row": 7 }, "blackGoal": { "col": 12, "row": 7 }, "walls": [ { "col": 6, "row": 6, "type": "solid" }, { "col": 7, "row": 6, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 10, "row": 8, "type": "solid" }, { "col": 11, "row": 8, "type": "solid" } ], "mechanisms": [] }, { "id": 28, "name": "终极错位", "phase": 2, "mirrorType": "horizontal", "hint": "终极错位,考验你的空间感", "whiteStart": { "col": 2, "row": 6 }, "blackStart": { "col": 17, "row": 8 }, "whiteGoal": { "col": 9, "row": 5 }, "blackGoal": { "col": 10, "row": 9 }, "walls": [ { "col": 6, "row": 6, "type": "solid" }, { "col": 7, "row": 6, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 10, "row": 8, "type": "solid" }, { "col": 11, "row": 8, "type": "solid" }, { "col": 12, "row": 9, "type": "solid" }, { "col": 13, "row": 9, "type": "solid" } ], "mechanisms": [] }, { "id": 29, "name": "缓速星云", "phase": 3, "mirrorType": "horizontal", "hint": "进入星云区域会变慢,利用速度差", "whiteStart": { "col": 2, "row": 6 }, "blackStart": { "col": 18, "row": 8 }, "whiteGoal": { "col": 6, "row": 5 }, "blackGoal": { "col": 13, "row": 9 }, "walls": [ { "col": 5, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "slowdown", "col": 8, "row": 6, "radius": 2 } ] }, { "id": 30, "name": "星云漫步", "phase": 3, "mirrorType": "vertical", "hint": "慢速区可以帮你精准定位", "whiteStart": { "col": 3, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 7, "row": 6 }, "blackGoal": { "col": 12, "row": 8 }, "walls": [ { "col": 5, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "slowdown", "col": 9, "row": 7, "radius": 3 } ] }, { "id": 31, "name": "星云迷踪", "phase": 3, "mirrorType": "horizontal", "hint": "星云中调整位置更容易", "whiteStart": { "col": 4, "row": 8 }, "blackStart": { "col": 16, "row": 6 }, "whiteGoal": { "col": 8, "row": 7 }, "blackGoal": { "col": 11, "row": 7 }, "walls": [ { "col": 5, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "slowdown", "col": 10, "row": 6, "radius": 2 } ] }, { "id": 32, "name": "星云迷宫", "phase": 3, "mirrorType": "horizontal", "hint": "用星云减速一个方块,另一个正常走", "whiteStart": { "col": 5, "row": 6 }, "blackStart": { "col": 15, "row": 8 }, "whiteGoal": { "col": 9, "row": 5 }, "blackGoal": { "col": 10, "row": 9 }, "walls": [ { "col": 5, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "slowdown", "col": 8, "row": 7, "radius": 3 } ] }, { "id": 33, "name": "浮空跳板", "phase": 3, "mirrorType": "horizontal", "hint": "跳板会改变你的移动方向", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 18, "row": 7 }, "whiteGoal": { "col": 10, "row": 6 }, "blackGoal": { "col": 9, "row": 8 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "bounce", "col": 8, "row": 7 } ] }, { "id": 34, "name": "弹跳起步", "phase": 3, "mirrorType": "horizontal", "hint": "利用跳板弹到预想不到的位置", "whiteStart": { "col": 3, "row": 8 }, "blackStart": { "col": 17, "row": 6 }, "whiteGoal": { "col": 6, "row": 7 }, "blackGoal": { "col": 13, "row": 7 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "bounce", "col": 9, "row": 8 } ] }, { "id": 35, "name": "跳板迷阵", "phase": 3, "mirrorType": "horizontal", "hint": "跳板迷阵,弹弹弹", "whiteStart": { "col": 4, "row": 6 }, "blackStart": { "col": 16, "row": 8 }, "whiteGoal": { "col": 7, "row": 5 }, "blackGoal": { "col": 12, "row": 9 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "bounce", "col": 10, "row": 6 } ] }, { "id": 36, "name": "跃迁之路", "phase": 3, "mirrorType": "horizontal", "hint": "跃迁之路,跳板就是你的捷径", "whiteStart": { "col": 5, "row": 7 }, "blackStart": { "col": 15, "row": 7 }, "whiteGoal": { "col": 8, "row": 6 }, "blackGoal": { "col": 11, "row": 8 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "bounce", "col": 11, "row": 7 } ] }, { "id": 37, "name": "解绑时刻", "phase": 3, "mirrorType": "horizontal", "hint": "踩到解绑按钮可以分开移动", "whiteStart": { "col": 2, "row": 8 }, "blackStart": { "col": 18, "row": 6 }, "whiteGoal": { "col": 9, "row": 7 }, "blackGoal": { "col": 10, "row": 7 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "unbind", "col": 11, "row": 9 } ] }, { "id": 38, "name": "自由之手", "phase": 3, "mirrorType": "vertical", "hint": "解绑后先送一个到位", "whiteStart": { "col": 3, "row": 6 }, "blackStart": { "col": 17, "row": 8 }, "whiteGoal": { "col": 10, "row": 5 }, "blackGoal": { "col": 9, "row": 9 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "unbind", "col": 9, "row": 7 } ] }, { "id": 39, "name": "解绑迷局", "phase": 3, "mirrorType": "horizontal", "hint": "解绑按钮是你的救星", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 16, "row": 7 }, "whiteGoal": { "col": 6, "row": 6 }, "blackGoal": { "col": 13, "row": 8 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "unbind", "col": 10, "row": 8 } ] }, { "id": 40, "name": "独立行动", "phase": 3, "mirrorType": "vertical", "hint": "独立行动,分别到位", "whiteStart": { "col": 5, "row": 8 }, "blackStart": { "col": 15, "row": 6 }, "whiteGoal": { "col": 7, "row": 7 }, "blackGoal": { "col": 12, "row": 7 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "unbind", "col": 11, "row": 9 } ] }, { "id": 41, "name": "星云跳板", "phase": 3, "mirrorType": "vertical", "hint": "星云减速+跳板弹跳,双重机制", "whiteStart": { "col": 2, "row": 6 }, "blackStart": { "col": 18, "row": 8 }, "whiteGoal": { "col": 8, "row": 5 }, "blackGoal": { "col": 11, "row": 9 }, "walls": [ { "col": 5, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "slowdown", "col": 7, "row": 7, "radius": 2 }, { "type": "bounce", "col": 12, "row": 5 } ] }, { "id": 42, "name": "混合挑战", "phase": 3, "mirrorType": "horizontal", "hint": "混合挑战,综合运用所有技巧", "whiteStart": { "col": 3, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 9, "row": 6 }, "blackGoal": { "col": 10, "row": 8 }, "walls": [ { "col": 5, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "slowdown", "col": 7, "row": 7, "radius": 2 }, { "type": "bounce", "col": 12, "row": 5 } ] }, { "id": 43, "name": "重力颠倒", "phase": 4, "mirrorType": "horizontal", "hint": "重力颠倒区里方向会反转", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 18, "row": 7 }, "whiteGoal": { "col": 5, "row": 5 }, "blackGoal": { "col": 14, "row": 9 }, "walls": [ { "col": 5, "row": 6, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" } ], "mechanisms": [ { "type": "gravity", "col": 8, "row": 6, "radius": 2, "direction": "invert" } ] }, { "id": 44, "name": "颠倒乾坤", "phase": 4, "mirrorType": "diagonal", "hint": "进入反转区前想好路线", "whiteStart": { "col": 3, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 6, "row": 6 }, "blackGoal": { "col": 13, "row": 8 }, "walls": [ { "col": 5, "row": 6, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 11, "row": 6, "type": "solid" } ], "mechanisms": [ { "type": "gravity", "col": 9, "row": 7, "radius": 2, "direction": "invert" } ] }, { "id": 45, "name": "重力迷宫", "phase": 4, "mirrorType": "vertical", "hint": "重力迷宫,上下左右都不同", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 16, "row": 7 }, "whiteGoal": { "col": 7, "row": 7 }, "blackGoal": { "col": 12, "row": 7 }, "walls": [ { "col": 5, "row": 6, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 11, "row": 6, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "gravity", "col": 10, "row": 6, "radius": 2, "direction": "invert" } ] }, { "id": 46, "name": "反转空间", "phase": 4, "mirrorType": "vertical", "hint": "反转空间,适应新规则", "whiteStart": { "col": 5, "row": 7 }, "blackStart": { "col": 15, "row": 7 }, "whiteGoal": { "col": 8, "row": 8 }, "blackGoal": { "col": 11, "row": 6 }, "walls": [ { "col": 5, "row": 6, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 5, "row": 8, "type": "solid" } ], "mechanisms": [ { "type": "gravity", "col": 8, "row": 7, "radius": 2, "direction": "invert" } ] }, { "id": 47, "name": "空间折叠", "phase": 4, "mirrorType": "vertical", "hint": "进入传送点会瞬间换位", "whiteStart": { "col": 6, "row": 7 }, "blackStart": { "col": 14, "row": 7 }, "whiteGoal": { "col": 9, "row": 9 }, "blackGoal": { "col": 10, "row": 5 }, "walls": [ { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "portal", "srcCol": 4, "srcRow": 6, "dstCol": 16, "dstRow": 8 } ] }, { "id": 48, "name": "传送迷局", "phase": 4, "mirrorType": "horizontal", "hint": "传送可以帮你跳到意想不到的位置", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 18, "row": 7 }, "whiteGoal": { "col": 10, "row": 5 }, "blackGoal": { "col": 9, "row": 9 }, "walls": [ { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "portal", "srcCol": 5, "srcRow": 7, "dstCol": 15, "dstRow": 7 } ] }, { "id": 49, "name": "折叠通道", "phase": 4, "mirrorType": "horizontal", "hint": "折叠通道,用传送跨越障碍", "whiteStart": { "col": 3, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 11, "row": 6 }, "blackGoal": { "col": 8, "row": 8 }, "walls": [ { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "portal", "srcCol": 3, "srcRow": 5, "dstCol": 14, "dstRow": 9 } ] }, { "id": 50, "name": "跃迁传送", "phase": 4, "mirrorType": "vertical", "hint": "跃迁传送,规划好传送路径", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 16, "row": 7 }, "whiteGoal": { "col": 5, "row": 7 }, "blackGoal": { "col": 14, "row": 7 }, "walls": [ { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "portal", "srcCol": 4, "srcRow": 6, "dstCol": 13, "dstRow": 8 } ] }, { "id": 51, "name": "锚定一方", "phase": 4, "mirrorType": "horizontal", "hint": "锚点会固定一个方块,专注操控另一个", "whiteStart": { "col": 5, "row": 7 }, "blackStart": { "col": 15, "row": 7 }, "whiteGoal": { "col": 6, "row": 8 }, "blackGoal": { "col": 13, "row": 6 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "anchor", "col": 7, "row": 8 } ] }, { "id": 52, "name": "锚点困局", "phase": 4, "mirrorType": "horizontal", "hint": "先送一个到位,再解锚点送另一个", "whiteStart": { "col": 6, "row": 7 }, "blackStart": { "col": 14, "row": 7 }, "whiteGoal": { "col": 7, "row": 9 }, "blackGoal": { "col": 12, "row": 5 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "anchor", "col": 8, "row": 6 } ] }, { "id": 53, "name": "锁定移动", "phase": 4, "mirrorType": "vertical", "hint": "锁定移动,分别击破", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 18, "row": 7 }, "whiteGoal": { "col": 8, "row": 5 }, "blackGoal": { "col": 11, "row": 9 }, "walls": [ { "col": 4, "row": 7, "type": "solid" }, { "col": 6, "row": 7, "type": "solid" }, { "col": 8, "row": 7, "type": "solid" }, { "col": 10, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "anchor", "col": 9, "row": 7 } ] }, { "id": 54, "name": "终极混合", "phase": 4, "mirrorType": "horizontal", "hint": "三种机制混合,综合运用", "whiteStart": { "col": 3, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 9, "row": 6 }, "blackGoal": { "col": 10, "row": 8 }, "walls": [ { "col": 6, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "gravity", "col": 7, "row": 5, "radius": 2, "direction": "invert" }, { "type": "slowdown", "col": 12, "row": 8, "radius": 2 }, { "type": "portal", "srcCol": 4, "srcRow": 7, "dstCol": 15, "dstRow": 7 } ] }, { "id": 55, "name": "终极考验", "phase": 4, "mirrorType": "vertical", "hint": "终极考验,证明你的实力", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 16, "row": 7 }, "whiteGoal": { "col": 10, "row": 7 }, "blackGoal": { "col": 9, "row": 7 }, "walls": [ { "col": 6, "row": 7, "type": "solid" }, { "col": 12, "row": 7, "type": "solid" } ], "mechanisms": [ { "type": "gravity", "col": 7, "row": 5, "radius": 2, "direction": "invert" }, { "type": "slowdown", "col": 12, "row": 8, "radius": 2 }, { "type": "portal", "srcCol": 4, "srcRow": 7, "dstCol": 15, "dstRow": 7 } ] }, { "id": 56, "name": "三方纠缠", "phase": 5, "mirrorType": "vertical", "hint": "三方块纠缠,多一个变量多一份复杂", "whiteStart": { "col": 2, "row": 7 }, "blackStart": { "col": 18, "row": 7 }, "whiteGoal": { "col": 5, "row": 5 }, "blackGoal": { "col": 14, "row": 9 }, "walls": [ { "col": 3, "row": 7, "type": "solid" }, { "col": 5, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 15, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 57, "name": "镜像风暴", "phase": 5, "mirrorType": "diagonal", "hint": "镜像风暴,快速适应不断变化的镜像", "whiteStart": { "col": 3, "row": 7 }, "blackStart": { "col": 17, "row": 7 }, "whiteGoal": { "col": 7, "row": 6 }, "blackGoal": { "col": 12, "row": 8 }, "walls": [ { "col": 3, "row": 7, "type": "solid" }, { "col": 5, "row": 7, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 15, "row": 7, "type": "solid" } ], "mechanisms": [] }, { "id": 58, "name": "极限迷阵", "phase": 5, "mirrorType": "vertical", "hint": "极限迷阵,密布墙体中寻找路径", "whiteStart": { "col": 4, "row": 7 }, "blackStart": { "col": 16, "row": 7 }, "whiteGoal": { "col": 9, "row": 7 }, "blackGoal": { "col": 10, "row": 7 }, "walls": [ { "col": 3, "row": 7, "type": "solid" }, { "col": 3, "row": 6, "type": "solid" }, { "col": 5, "row": 7, "type": "solid" }, { "col": 5, "row": 6, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 7, "row": 6, "type": "solid" }, { "col": 9, "row": 6, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" }, { "col": 11, "row": 6, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 13, "row": 6, "type": "solid" }, { "col": 15, "row": 7, "type": "solid" }, { "col": 15, "row": 6, "type": "solid" } ], "mechanisms": [] }, { "id": 59, "name": "时空扭曲", "phase": 5, "mirrorType": "horizontal", "hint": "时空扭曲,所有机制同时生效", "whiteStart": { "col": 5, "row": 7 }, "blackStart": { "col": 15, "row": 7 }, "whiteGoal": { "col": 11, "row": 5 }, "blackGoal": { "col": 8, "row": 9 }, "walls": [ { "col": 3, "row": 7, "type": "solid" }, { "col": 3, "row": 6, "type": "solid" }, { "col": 3, "row": 8, "type": "solid" }, { "col": 5, "row": 7, "type": "solid" }, { "col": 5, "row": 6, "type": "solid" }, { "col": 5, "row": 8, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 7, "row": 6, "type": "solid" }, { "col": 7, "row": 8, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 9, "row": 6, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" }, { "col": 11, "row": 6, "type": "solid" }, { "col": 11, "row": 8, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 13, "row": 6, "type": "solid" }, { "col": 13, "row": 8, "type": "solid" }, { "col": 15, "row": 7, "type": "solid" }, { "col": 15, "row": 6, "type": "solid" }, { "col": 15, "row": 8, "type": "solid" } ], "mechanisms": [] }, { "id": 60, "name": "量子终极", "phase": 5, "mirrorType": "diagonal", "hint": "量子终极,你能征服量子世界吗", "whiteStart": { "col": 6, "row": 7 }, "blackStart": { "col": 14, "row": 7 }, "whiteGoal": { "col": 13, "row": 6 }, "blackGoal": { "col": 6, "row": 8 }, "walls": [ { "col": 3, "row": 7, "type": "solid" }, { "col": 3, "row": 6, "type": "solid" }, { "col": 3, "row": 8, "type": "solid" }, { "col": 5, "row": 7, "type": "solid" }, { "col": 5, "row": 6, "type": "solid" }, { "col": 5, "row": 8, "type": "solid" }, { "col": 7, "row": 7, "type": "solid" }, { "col": 7, "row": 6, "type": "solid" }, { "col": 7, "row": 8, "type": "solid" }, { "col": 9, "row": 7, "type": "solid" }, { "col": 9, "row": 6, "type": "solid" }, { "col": 9, "row": 8, "type": "solid" }, { "col": 11, "row": 7, "type": "solid" }, { "col": 11, "row": 6, "type": "solid" }, { "col": 11, "row": 8, "type": "solid" }, { "col": 13, "row": 7, "type": "solid" }, { "col": 13, "row": 8, "type": "solid" }, { "col": 15, "row": 7, "type": "solid" }, { "col": 15, "row": 6, "type": "solid" }, { "col": 15, "row": 8, "type": "solid" } ], "mechanisms": [] } ];