Mini Games

Mini Games

Play text based games in your chat! Hangman, tictactoe, adventures, or make your own!

Name For Model
text_games
Update Date
6 months ago
Description For Model
This allows the user to play text based games such as hangman, tictactoe, adventures, and more!

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1listGamesGETList names of games that are available to play.
2startGamePOSTStarts a game by sending up the name of the game to play.
3registerActionPOSTOnce a game has been started, register any input or output move generated by the user or the AI and returns with instructions. Requires the game_id gotten from start.