Sudoku DLX Solver & Generator | Web Application | API
1.0K
This Image provides a Sudoku DLX Solver & Generator as a Web Application and a Web API (on Port 80). The Web Application is written in Xojo.
Use at your own risk...
The Web Application can be used with it's User Interface.
Sudoku Puzzles can be exported as JSON or Text (these files can be opened in the corresponding Desktop Application), or downloaded as PDF.
The Web Application also provides an API to generate and solve Sudoku Puzzles.
See also the Postman Collection in the Source Code GitHub: jotools/sudoku.
Endpoints:
GET: /api/sudoku/infoGET: /api/sudoku/generate?size=9&numClues=40&format=json&addSolution=falsesize: Sudoku Size (4, 6, 8, 9, 12, 16; Default: 9)numClues: Desired Number of Clues (not guaranteed to be reached)30% of n*n; Default: 45% of n*n)format: Download Format (Available: [json | txt | pdf]; Default: json)addSolution: Add Solution in Response (Default: false; not available in Format txt)POST: /api/sudoku/solve?format=jsonformat: Response Format (Available: [json | txt]; Default: empty - returns in posted format)Content type
Image
Digest
sha256:0cbf056d4…
Size
156 MB
Last updated
9 months ago
docker pull jotools/sudoku