Skip to content

HTTP service for generating and solving sudoku puzzles, using libsudoku

Notifications You must be signed in to change notification settings

cbranch/sudoku-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

HTTP service for generating and solving sudoku puzzles, using libsudoku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages