PulseAugur
实时 15:21:49
English(EN) 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 .

可在 AI 聊天中玩的 Markdown 文本冒险游戏,无需代码

一位开发者完全用 Markdown 创建了一个文本冒险游戏,可以在 LeChat 等 AI 聊天界面中玩。这种创新的方法绕过了传统的编程语言,完全依赖 LLM 来解释纯文本文件以实现游戏逻辑和状态管理。该实验改编了一个经典的 C64 文本冒险游戏,展示了 LLM 在互动娱乐方面的新颖用法。 AI

影响 展示了一种使用 LLM 进行游戏开发的创意、低代码方法,可能启发新形式的互动内容。

排序理由 LLM 的新颖应用,使用 Markdown 创建了一个可在 AI 聊天界面中玩的文本冒险游戏。

在 Mastodon — mastodon.social 阅读 →

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

可在 AI 聊天中玩的 Markdown 文本冒险游戏,无需代码

报道来源 [1]

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

    我刚刚发布了一个纯 Markdown 文本冒险游戏:没有 Python,没有编译器,只有一个 LLM 读取两个纯文本文件,你可以在任何 AI 聊天中玩,例如 # 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 …