HTTP service for generating and solving sudoku puzzles, using libsudoku
Requires libsudoku compiled & on your path.
/generate[?difficulty=1-99]
- returns a sudoku puzzle with a particular difficulty. The larger the number, the harder the puzzle.
/solve
- solves a puzzle provided in the request body.