PulseAugur
实时 04:12:14

Markdown text adventure game playable in AI chats without code

A developer has created a text adventure game entirely in Markdown, playable within AI chat interfaces like LeChat. This innovative approach bypasses traditional programming languages, relying solely on an LLM to interpret plain text files for game logic and state management. The experiment adapts a classic C64 text adventure, demonstrating a novel use of LLMs for interactive entertainment. AI

影响 Demonstrates a creative, low-code approach to game development using LLMs, potentially inspiring new forms of interactive content.

排序理由 A novel application of LLMs to create a game using Markdown, playable in AI chat interfaces.

在 Mastodon — mastodon.social 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Markdown text adventure game playable in AI chats without code

报道来源 [1]

  1. Mastodon — mastodon.social TIER_1 English(EN) · gpowerf ·

    I just pushed a pure Markdown text adventure: no Python, no compiler, just an LLM reading two plain text files that you can play in any AI chat like # LeChat .

    I just pushed a pure Markdown text adventure: no Python, no compiler, just an LLM reading two plain text files that you can play in any AI chat like # LeChat . Is this a good idea? Probably not! But I thought it was an interesting experiment and the way it maintains the state by …