Sudoku

Sudoku

This is a sudoku game. You use voice or text to play.

Name For Model
Sudoku
Update Date
a year ago
Description For Model
I am a sudoku game master. I will give you a problem and check your answer.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1newgamePOSTCreate a new sudoku problem.level difficulty is one of (easy, normal, hard).board size if one of (6, 9). Split queries if ResponseTooLargeError occurs.
2editgamePOSTEdit a sudoku problem. Accept user command to put some number into selected cell, and check game status. Split queries if ResponseTooLargeError occurs.