최소esweeper Generator

Free online Minesweeper Generator generator. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • 4 难度(初/中/高/自定义)
  • 布雷 + 数字提示 + 自动求解
  • 保证首格安全(传统扫雷规则)
  • SVG 渲染,可下载

활용 사례

  • 日常/陪伴/逻辑训练
  • SVG 数字提示:1=蓝 2=绿 3=红 4=紫 5=橙 6=青 7=黑 8=灰

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/minesweeper/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/minesweeper/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 扫雷 在工具页 JS 中实现