
Checkers
This allows you to play a game of checkers.
- Name For Model
- Checkers
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 3 years ago
- Contact
- [email protected]
- Description For Model
- This allows you to play a game of checkers.
Plugin Functions/Features (Plugin API Document)
| Operation Id | HTTP Method | Description | |
|---|---|---|---|
| 1 | startGame | POST | Initiates a new checkers game and returns the game id. |
| 2 | getGameState | GET | Retrieves the current state of the game including the board state, possible moves, and current turn. |
| 3 | makeMove | POST | Make a move in the game by providing the game id, player, and the move. |
| 4 | getBoardImage | GET | Generates an image of the game board, uploads it to Cloudinary, and returns the URL of the image. |