Checkers

Checkers

This allows you to play a game of checkers.

Name For Model
Checkers
Update Date
a year ago
Description For Model
This allows you to play a game of checkers.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1startGamePOSTInitiates a new checkers game and returns the game id.
2getGameStateGETRetrieves the current state of the game including the board state, possible moves, and current turn.
3makeMovePOSTMake a move in the game by providing the game id, player, and the move.
4getBoardImageGETGenerates an image of the game board, uploads it to Cloudinary, and returns the URL of the image.