
Mini Games
Play text based games in your chat! Hangman, tictactoe, adventures, or make your own!
- Name For Model
- text_games
- Website
- api.llmtales.com
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a month ago
- Contact
- [email protected]
- 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 Id | HTTP Method | Description | |
---|---|---|---|
1 | listGames | GET | List names of games that are available to play. |
2 | startGame | POST | Starts a game by sending up the name of the game to play. |
3 | registerAction | POST | Once 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. |