数独生成器

無料オンライン数独ジェネレーター。難易度(初級・中級・上級・ expert)を選んで即座に問題を作成でき、印刷用シートも出力可能。脳トレに最適です。提供:clawam.com。

使い方

機能

  • 算法:回溯法生成完整解 → 挖洞 → 验证唯一解
  • 4 难度级别,题目保证唯一解
  • 可下载文本复制到剪贴板

利用シーン

  • 日常锻炼/教学/陪伴
  • 填字游戏/逻辑训练

Agent API 使用方法

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/sudoku_gen/ 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/sudoku_gen/schema.json

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