# Gaming ChatGPT Plugins

> Source: https://aiwiki.ai/wiki/gaming_chatgpt_plugins
> Updated: 2026-06-27
> Categories: AI in Gaming, ChatGPT, OpenAI
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

*See also: [ChatGPT Plugins](/wiki/chatgpt_plugins), [ChatGPT Plugin Categories](/wiki/chatgpt_plugin_categories) and [Gaming](/wiki/gaming)*

**Gaming ChatGPT Plugins** were a topical grouping of third-party plugins that turned [ChatGPT](/wiki/chatgpt) into a host for chess matches, word games, trivia, board game lookups, role-playing adventures, and video game reference tools during the plugin era operated by [OpenAI](/wiki/openai) between March 2023 and April 2024. They are deprecated technology: [OpenAI](/wiki/openai) launched [ChatGPT plugins](/wiki/chatgpt_plugins) as a beta on March 23, 2023 [1], announced their wind-down on March 19, 2024, and retired the last plugin conversations on April 9, 2024 [11]. The category covered four broad styles of play: puzzles, board games, trivia, and storytelling or role-playing. A typical plugin shipped a JSON manifest and an OpenAPI specification, and once enabled in ChatGPT a [GPT-4](/wiki/gpt-4) conversation could call its endpoints to fetch trivia questions, validate chess moves, or persist the state of a quest. This article is a historical record rather than a guide to active services, since plugins were succeeded by [Custom GPTs](/wiki/custom_gpts) and the [GPT Store](/wiki/gpt_store) (January 2024), then GPT Actions, and finally the [Model Context Protocol](/wiki/model_context_protocol) (MCP) [17][18][19]. The companion [Entertainment ChatGPT Plugins](/wiki/entertainment_chatgpt_plugins) category contained many of the same titles under a broader leisure heading.

At its peak in mid to late 2023 the gaming slice of the plugin store contained roughly two dozen titles [8], most of them built by individual developers rather than established game studios. The Chess plugin built by Chris Greening briefly drew thousands of daily sessions and showed how a [large language model](/wiki/large_language_model) could play structured games when paired with external memory and a rules engine [4]. Other titles, such as the word games Crafty Clues and Word Sneak, leaned into ChatGPT's conversational style rather than tracking explicit board state [13][14]. Many of the gaming plugins were rebuilt as [Custom GPTs](/wiki/custom_gpts) after the [GPT Store](/wiki/gpt_store) replaced the plugin framework.

## What were gaming ChatGPT plugins?

Gaming ChatGPT plugins were native games and gaming-adjacent reference tools that ran inside a ChatGPT conversation by extending the model with external endpoints. OpenAI defined the broader plugin framework plainly at launch: "Plugins are tools designed specifically for language models with safety as a core principle, and help ChatGPT access up-to-date information, run computations, or use third-party services." [1] In a gaming context that meant a chess engine that validated moves, a trivia database that supplied fresh questions, or an adventure backend that tracked where a player was in a branching story. The model handled the conversation and natural-language understanding, while the plugin supplied the rules, the data, and the memory that ChatGPT lacked on its own.

Gaming was one of more than sixty topical groupings used by the plugin store [9]. Almost every gaming plugin fell into one of four families. Puzzles covered Sudoku and the Wordle-style Wordly. Board games covered Chess, Checkers, and Tic Tac Toe. Trivia covered Open Trivia, Only Trivia Up!, and Quizizz. Role-playing and storytelling covered AI Quest, Algorithma, and Timeport. Bundle plugins such as Game Box and Mini Games packaged several styles into a single installation [7][8].

## When were gaming ChatGPT plugins released?

OpenAI announced ChatGPT Plugins on March 23, 2023, framing them as a way for ChatGPT to access up-to-date information, run computations, and use third-party services [1][2]. The launch slate did not include any gaming titles. The initial partners came from travel, shopping, food, productivity, and developer tooling, plus two OpenAI-built plugins for code interpretation and web browsing [1]. Gaming entered the picture during the May 2023 rollout, when ChatGPT Plus users were given access to a much larger plugin store as a beta feature. In mid-May 2023 OpenAI confirmed that web browsing and plugins would reach all ChatGPT Plus subscribers in the following week, and approvals for new third-party plugins accelerated [3]. By the end of May the gaming category had filled out with chess, tic tac toe, sudoku, trivia, and several text adventures.

The Chess plugin was approved on May 11, 2023 and quickly became the most discussed gaming title in the early store [4]. Its developer, Chris Greening, who publishes engineering tutorials under the atomic14 name, reported that the plugin reached 10,167 played games in its first two weeks, with a single-day peak of about 1,800 games [4]. Greening built the plugin around the python-chess library and used DynamoDB to keep the board state across sessions, since ChatGPT had no persistent memory and would otherwise forget where pieces stood and produce illegal moves [4][5]. A separate community plugin called ChessGPT, posted to the OpenAI developer community, took a similar approach [5]. The Open Trivia plugin, built by drengskapur on top of the long-running Open Trivia Database, was added to OpenAI's verified plugin list on or around June 20, 2023 after first being shared on the PixelTail Games forum on May 16, 2023 [6][15].

Most of the other gaming plugins followed during summer and autumn 2023. Crafty Clues and Word Sneak, both hosted on Replit by Jeev Nayak, were word games that relied on the model's ability to clue or sneak words rather than on an external rules engine [13][14]. Algorithma, AI Quest, and Timeport offered text-based adventures with branching prompts [7][8]. Game Box and Mini Games aggregated classic puzzles into a single plugin, so one install gave the user blackjack, tic tac toe, sudoku, hangman, or the 24 math puzzle [8]. Reference plugins such as How Long To Beat, BGG Assistant, GameBase, and SteamReviewsWatcher were not playable games but served as gaming-adjacent lookup tools, and the cross-listing was loose enough that they appeared in both gaming and reference sections [8][9][10].

## When were ChatGPT plugins deprecated?

The category began to wind down once OpenAI announced [Custom GPTs](/wiki/custom_gpts) at its first DevDay on November 6, 2023 [17], and especially after the [GPT Store](/wiki/gpt_store) opened to all ChatGPT Plus, Team, and Enterprise users on January 10, 2024 [18]. OpenAI then ended the plugin beta in two steps. In its release notes the company stated: "On March 19, 2024, you will no longer be able to install new plugins or create new conversations with existing plugins," and added that users "will be able to continue existing conversations until April 9, 2024." [11][12] On April 9, 2024 every remaining plugin conversation was retired. Several gaming plugins, including chess and trivia tools, resurfaced as Custom GPTs with similar names and feature sets.

The deprecation timeline is summarized below.

| Date | Milestone | Source |
| --- | --- | --- |
| March 23, 2023 | OpenAI announces ChatGPT plugins as a beta; no gaming titles in the launch slate | [1] |
| May 2023 | Plugin store opens to ChatGPT Plus subscribers; gaming titles (Chess, Open Trivia, text adventures) begin appearing | [3][4] |
| November 6, 2023 | OpenAI announces Custom GPTs at its first DevDay, signaling plugins will give way to GPTs | [17] |
| January 10, 2024 | GPT Store opens to ChatGPT Plus, Team, and Enterprise users | [18] |
| March 19, 2024 | No new plugin installs and no new plugin conversations allowed | [11] |
| April 9, 2024 | All remaining plugin conversations retired; plugin framework fully shut down | [11][12] |

## What replaced gaming ChatGPT plugins?

Plugins were succeeded by a chain of newer integration mechanisms. First came [Custom GPTs](/wiki/custom_gpts), tailored versions of ChatGPT that creators could build without code, announced at DevDay on November 6, 2023 [17]. The [GPT Store](/wiki/gpt_store), which opened on January 10, 2024, gave these GPTs a public marketplace, and OpenAI reported that more than 3 million custom GPTs had been created in the roughly two months between the DevDay announcement and the store launch [18]. Within Custom GPTs, the plugin concept of calling an external API was re-expressed as GPT Actions, where a builder attaches an OpenAPI schema directly to a single GPT rather than publishing a standalone plugin manifest [19].

The later step in the succession was the [Model Context Protocol](/wiki/model_context_protocol) (MCP), an open standard for connecting AI assistants to external tools and data that Anthropic introduced in November 2024 and that OpenAI added support for in 2025 [19]. MCP generalized the same problem the gaming plugins had solved by hand: giving a language model a structured, reusable way to call outside services and hold state. For the gaming use cases specifically, by April 2024 the gaming category had no direct equivalent in the GPT Store, but the underlying genres (chess, trivia, text adventures) were well represented across many individual GPT listings and, later, across MCP-connected tools.

## What was the scope of the gaming category?

Gaming was one of more than sixty topical groupings used by the plugin store [9]. The category included native games meant to be played turn by turn in the chat window, plus reference tools used by gamers such as completion-time databases, board game catalogs, and Steam review summarizers [8]. Reviewers in 2023 noted that almost every gaming plugin fell into one of four families. Puzzles covered Sudoku and the Wordle-style Wordly. Board games covered Chess, Checkers, and Tic Tac Toe. Trivia covered Open Trivia, Only Trivia Up!, and Quizizz. Role-playing and storytelling covered AI Quest, Algorithma, and Timeport. Bundle plugins such as Game Box and Mini Games packaged several styles into a single installation [7][8].

Gaming overlapped with adjacent groupings. The most common overlaps were with [Entertainment ChatGPT Plugins](/wiki/entertainment_chatgpt_plugins) and the education category, the latter because plugins like Quizizz were marketed for classroom use as well as casual play. Lifestyle and shopping plugins occasionally appeared on gaming lists when they covered hobbyist purchases such as the Newegg PC Builder [8][9].

| Adjacent category | Typical overlap with gaming |
| --- | --- |
| Entertainment | Chess, trivia, and word games cross-listed under leisure |
| Education | Trivia and quiz makers used for classroom assessment |
| Lifestyle | Custom gaming PC configurators and hobbyist shopping tools |
| Reference | Game completion databases, Steam review readers, and board game catalogs |

## What were the representative gaming plugins?

The following table lists titles that several plugin directories and contemporary reviews placed in the gaming category between May 2023 and April 2024 [7][8][9][16]. The list is not exhaustive, since the store added and removed plugins continuously, but it covers the titles most consistently described in coverage from the period. Cells marked unknown indicate that no contemporaneous source could be located for that field.

| Plugin | Style | Approximate first listing | Developer or host | Description |
| --- | --- | --- | --- | --- |
| [Chess](/wiki/chatgpt_plugins) | Board game | May 11, 2023 | Chris Greening (atomic14) | Plays a full game of chess, tracking board state through python-chess and DynamoDB, with later Stockfish integration for stronger move selection. |
| Tic Tac Toe | Board game | Mid 2023 | Ludum.dev | Lets the user play tic tac toe against the model on a board of variable size, returning the model's move after each user move. |
| Checkers | Board game | Mid 2023 | Unknown | Standard rules checkers, played turn by turn inside the chat window. |
| Sudoku | Puzzle | Mid 2023 | Bricks team | Generates and tracks classic 9 by 9 sudoku puzzles by voice or text input. |
| Wordly | Puzzle | Mid 2023 | Unknown | Five-letter daily word guessing game in the spirit of Wordle. |
| Crafty Clues | Word game | Mid 2023 | Jeev Nayak | The model gives clues for a target word without using the word or a list of forbidden words; one guess per round across five rounds. |
| Word Sneak | Word game | Mid 2023 | Jeev Nayak | The model is given three secret words and weaves them into a five-message conversation for the user to guess at the end. |
| Sentence Beasts | Word game | Mid 2023 | Unknown | Generates word monsters from parts of speech and runs short turn-based battles between them described in text. |
| Open Trivia | Trivia | Around June 20, 2023 | drengskapur, on the Open Trivia Database | Fetches trivia questions from the Open Trivia Database with parameters for amount, category, difficulty, type, encoding, and a session token. |
| Only Trivia Up! | Trivia | Mid 2023 | Unknown | Climbing trivia format where correct answers move the player up successive levels of difficulty. |
| Quizizz | Trivia and education | Mid 2023 | Quizizz | Converts text into a multiple-choice quiz with a default cap of 15 questions, for classroom or social play. |
| AI Quest | Storytelling and role-playing | Mid 2023 | Unknown | Interactive text adventure with ten preset themes and player-driven branching, using GPT-4 for narrative. |
| Algorithma | Storytelling and role-playing | Mid 2023 | Unknown | Life-simulator style adventure prompting the user with a short event summary and four response choices. |
| Timeport | Storytelling and role-playing | Mid 2023 | Unknown | Time-travel themed adventure with historical settings, period-appropriate dialogue, and inventory mechanics. |
| Game Box | Bundle | Mid 2023 | Unknown | Bundle plugin offering blackjack, tic tac toe, word guess, sudoku, the 24 math puzzle, Yahtzee, and a small set of additional games. |
| Mini Games | Bundle | Mid 2023 | Unknown | Text-based bundle including hangman, tic tac toe, and short adventure scenes. |
| BGG Assistant | Reference | Mid 2023 | lrubiorod, on the BoardGameGeek API | Searches BoardGameGeek for board game data, trends, and play history under the BGG XMLAPI non-commercial terms. |
| How Long To Beat | Reference | Mid 2023 | HowLongToBeat | Returns Main Story, Main plus Extras, and Completionist time estimates for a queried video game title. |
| GameBase | Reference | Mid 2023 | Unknown | Provides game information from a 2023-era multi-platform database, used to discover and learn about specific titles. |
| ChampDex | Reference | Mid 2023 | ChampDex | Lets the user chat with personas of League of Legends champions for ability descriptions, lore, and gameplay tips. |
| SteamReviewsWatcher | Reference | Mid 2023 | Unknown | Retrieves and summarizes Steam game reviews so the user can ask the model about a title's reception. |
| Live Game | Reference | Mid 2023 | Unknown | Returns real-time esports scores and headlines for League of Legends, Dota 2, Counter-Strike, and PUBG. |
| MC Expert | Reference | Mid 2023 | Unknown | Minecraft helper for commands, plugins, and Skript syntax. |
| Minecraft Chocolate | Reference | Mid 2023 | Unknown | Recommends Minecraft mods and modpacks via the Modrinth API. |
| Newegg PC Builder | Reference and shopping | Mid 2023 | Newegg | Configures and prices a custom gaming PC build through Newegg. |

## How did gaming ChatGPT plugins work?

Gaming plugins followed the same architecture as every other ChatGPT plugin. A developer published a manifest file at a well-known URL on their domain, alongside an OpenAPI specification describing the endpoints and a logo image [16]. When the user enabled the plugin, ChatGPT loaded the manifest, exposed the endpoints to the model, and let the model decide when to call them. For gaming plugins this typically meant a small set of endpoints such as start, move, and state for board games, fetch_question and submit_answer for trivia, or step and choose for adventures.

A recurring engineering challenge was state. ChatGPT had no built-in persistence for plugin data across conversations, so any plugin that needed to remember a board, a quest position, or a trivia session token had to operate its own backend [4]. Greening's Chess plugin used DynamoDB [4][5]. Open Trivia used the Open Trivia Database session-token mechanism [15]. Word games such as Crafty Clues and Word Sneak sidestepped the problem by structuring play around a single conversation and trusting the model to keep the rules in its working context [13][14]. The same conversational approach made [prompt engineering](/wiki/prompt_engineering) of the system message a meaningful part of plugin design.

## What was the reception and legacy of gaming ChatGPT plugins?

Reviewers in 2023 generally treated gaming as a novelty corner of the plugin store rather than a destination feature [7]. Coverage from outlets such as Medium and atomic14's developer blog described the gaming category as fun, often surprisingly playable, and useful for showing what a [large language model](/wiki/large_language_model) could do when paired with a small purpose-built tool [4][7]. Limits were clear from early on. Chess plugins still produced occasional illegal moves when the model overrode the rules engine [4]. Trivia plugins were constrained by the source database [15]. Adventure plugins tended to repeat themselves across sessions because there was no long-term memory beyond what the developer's backend stored.

When OpenAI signaled in November 2023 that plugins would give way to Custom GPTs [17], gaming developers were among the first to migrate. The Custom GPT format made it easy to publish a chess GPT, a trivia GPT, or a text-adventure GPT without running a public API endpoint. Several original plugin authors, including the makers of Chess, Open Trivia, and BGG Assistant, published successor GPTs in late 2023 and early 2024 [5][10]. Bundle plugins migrated less cleanly, since the GPT Store organized listings around individual GPTs rather than packaged sets [18]. By April 2024 the gaming category had no direct equivalent in the GPT Store, but the underlying use cases were well represented across many individual GPT listings.

The gaming plugin category is now studied mainly as an artifact of the early plugin era, alongside the broader [ChatGPT plugins](/wiki/chatgpt_plugins) story. It showed that hobbyist developers could publish functional games on top of a chatbot in a few weekends, that simple state-tracking back ends were enough to support entire genres, and that conversational interfaces created room for unusual designs such as Word Sneak and Crafty Clues that would be hard to express in a graphical interface [13][14]. Many of those design ideas continued in Custom GPTs and in later interactive systems built on top of [GPT-4](/wiki/gpt-4) and its successors, and later still in tools wired to ChatGPT through the [Model Context Protocol](/wiki/model_context_protocol).

## ELI5: gaming ChatGPT plugins

Imagine ChatGPT is a really clever friend who can talk about anything but is bad at remembering the score and sometimes cheats at chess by accident. A gaming plugin was like handing that friend a board, a scorecard, and a rulebook. The plugin kept track of where the chess pieces were or which trivia question came next, and ChatGPT just did the talking. These plugins worked from 2023 until April 2024, when OpenAI turned them off and replaced them with newer tools called Custom GPTs and, later, connections built with the Model Context Protocol.

## See also

- [WORDLY - WORD Game](/wiki/wordly_-_word_game)
* [ChatGPT Plugins](/wiki/chatgpt_plugins)
* [ChatGPT Plugin Categories](/wiki/chatgpt_plugin_categories)
* [Entertainment ChatGPT Plugins](/wiki/entertainment_chatgpt_plugins)
* [Custom GPTs](/wiki/custom_gpts)
* [GPT Store](/wiki/gpt_store)
* [Model Context Protocol](/wiki/model_context_protocol)
* [ChatGPT](/wiki/chatgpt)
* [OpenAI](/wiki/openai)
* [GPT-4](/wiki/gpt-4)
* [Large Language Model](/wiki/large_language_model)
* [Prompt Engineering](/wiki/prompt_engineering)

## References

1. OpenAI, ChatGPT plugins announcement, March 23, 2023, https://openai.com/index/chatgpt-plugins/
2. TechCrunch, OpenAI connects ChatGPT to the internet, March 23, 2023, https://techcrunch.com/2023/03/23/openai-connects-chatgpt-to-the-internet/
3. SiliconANGLE, OpenAI rolls out ChatGPT plugins for paid subscribers, May 14, 2023, https://siliconangle.com/2023/05/14/openai-rolls-chatgpt-plugins-paid-subscribers/
4. atomic14, ChatGPT Plugins First Impressions and Stats, May 29, 2023, https://www.atomic14.com/2023/05/29/plugin-app-store-first-impressions
5. atomic14, ChessGPT GitHub repository, https://github.com/atomic14/ChessGPT
6. PixelTail Games forum, Open Trivia DB Available on ChatGPT, May 16, 2023, https://forums.pixeltailgames.com/t/open-trivia-db-available-on-chatgpt/47767
7. Chandler K, My Quest to Conquer Every ChatGPT Plugin Game, Medium, 2023, https://medium.com/@crskilpatrick807/my-quest-to-conquer-every-chatgpt-plugin-game-the-top-5-you-must-try-f3912eb018ab
8. ScriptByAI, 30+ ChatGPT Game Plugins, https://www.scriptbyai.com/chatgpt-game-plugins/
9. KnowYourMobile, ChatGPT Plugins List Updated 2023, https://www.knowyourmobile.com/ai/chatgpt-plugins-list/
10. lrubiorod, chatgpt_plugin_bgg GitHub repository for BGG Assistant, https://github.com/lrubiorod/chatgpt_plugin_bgg
11. OpenAI Developer Community, Plugin Store and New Chats With Plugins Closed March 19 2024, March 19, 2024, https://community.openai.com/t/plugin-store-and-new-chats-with-plugins-closed-march-19-2024/689877
12. OpenAI Help Center, ChatGPT Release Notes, https://help.openai.com/en/articles/6825453-chatgpt-release-notes
13. GPTStore, Crafty Clues plugin listing, https://gptstore.ai/plugins/crafty-clues-jeevnayak-repl-co
14. GPTStore, Word Sneak plugin listing, https://gptstore.ai/plugins/word-sneak-jeevnayak-repl-co
15. WhatPlugin, Open Trivia plugin description, https://www.whatplugin.ai/plugins/open-trivia
16. Sisbell, chatgpt-plugin-store manifests collection, https://github.com/sisbell/chatgpt-plugin-store
17. OpenAI, Introducing GPTs, November 6, 2023, https://openai.com/index/introducing-gpts/
18. TechCrunch, OpenAI launches a store for custom AI-powered chatbots, January 10, 2024, https://techcrunch.com/2024/01/10/openai-launches-a-store-for-custom-ai-powered-chatbots/
19. Anthropic, Introducing the Model Context Protocol, November 25, 2024, https://www.anthropic.com/news/model-context-protocol

