Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 417 Bytes

sudoku-server

HTTP service for generating and solving sudoku puzzles, using libsudoku

Dependencies

Requires libsudoku compiled & on your path.

GET endpoints

/generate[?difficulty=1-99] - returns a sudoku puzzle with a particular difficulty. The larger the number, the harder the puzzle.

POST endpoints

/solve - solves a puzzle provided in the request body.