
Sudoku
This is a sudoku game. You use voice or text to play.
- Name For Model
- Sudoku
- Website
- chat-sudoku-api.bricks.cool
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 5 months ago
- Contact
- [email protected]
- 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 Id | HTTP Method | Description | |
---|---|---|---|
1 | newgame | POST | Create a new sudoku problem.level difficulty is one of (easy, normal, hard).board size if one of (6, 9). Split queries if ResponseTooLargeError occurs. |
2 | editgame | POST | Edit a sudoku problem. Accept user command to put some number into selected cell, and check game status. Split queries if ResponseTooLargeError occurs. |