<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>游戏 on 大飞的博客</title>
    <link>https://www.dafei.me/tags/%E6%B8%B8%E6%88%8F/</link>
    <description>Recent content in 游戏 on 大飞的博客</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 01 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.dafei.me/tags/%E6%B8%B8%E6%88%8F/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>用 tclaw 做了 6 个小游戏</title>
      <link>https://www.dafei.me/posts/tclaw-game-center/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.dafei.me/posts/tclaw-game-center/</guid>
      <description>&lt;p&gt;最近在用自己写的 AI 工具 &lt;a href=&#34;https://github.com/tongpengfei/tclaw&#34;&gt;tclaw&lt;/a&gt; 做一些实验，让它帮我写了几个纯 HTML 小游戏。&lt;/p&gt;
&lt;p&gt;没想到效果挺不错的——贪吃蛇、俄罗斯方块、2048、Flappy Bird、太空侵略者、青蛙过马路，全部跑在浏览器里，不需要安装任何东西。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://www.dafei.me/games/&#34;&gt;→ 点这里玩&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;这几个游戏是通过 tbrain 多 agent 协作完成的：tbrain 负责把任务拆解成子任务，分配给不同的 agent 并行开发，最后汇总结果。整个过程我只提了一句需求，剩下的规划、开发、测试都是 agent 自己跑完的。&lt;/p&gt;
&lt;p&gt;所有游戏都是单个 HTML 文件，JS/CSS 全部内联，纯静态，没有服务器逻辑。基本没有人工修改。&lt;/p&gt;
&lt;p&gt;有点感慨：以前写这种东西要花好几个小时，现在十几分钟出来六个。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
