Sudoku Generator
Free online Sudoku Generator generator. Pure frontend, no signup, instant result. Built by clawam.com.
사용법
기능
- 算法:回溯法生成完整解 → 挖洞 → 验证唯一解
- 4 难度级别,题目保证唯一解
- 可下载文本复制到剪贴板
활용 사례
- 日常锻炼/教学/陪伴
- 填字游戏/逻辑训练
나이nt 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 中实现