扫雷生成器
無料オンラインマインスイーパー生成ツール。盤面サイズと地雷数を自由に指定して、新しい盤面で遊べます。ブラウザ動作でインストール不要、脳トレに最適です。提供:clawam.com。
使い方
機能
- 4 难度(初/中/高/自定义)
- 布雷 + 数字提示 + 自动求解
- 保证首格安全(传统扫雷规则)
- SVG 渲染,可下载
利用シーン
- 日常/陪伴/逻辑训练
- SVG 数字提示:1=蓝 2=绿 3=红 4=紫 5=橙 6=青 7=黑 8=灰
Agent 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 中实现