From 399bd0186be7aaabfe2e65167781129369d24bdd Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Sun, 8 Feb 2026 02:51:34 +0800 Subject: [PATCH] docs: update introduction for AI capabilities through games section Clarify the target audience and learning approach for beginners. Emphasize the hands-on experience with AI-assisted programming and the creative process. --- .../stage-0/0.2-ai-capabilities-through-games/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/zh-cn/stage-0/0.2-ai-capabilities-through-games/index.md b/docs/zh-cn/stage-0/0.2-ai-capabilities-through-games/index.md index 2049341..99bd89f 100644 --- a/docs/zh-cn/stage-0/0.2-ai-capabilities-through-games/index.md +++ b/docs/zh-cn/stage-0/0.2-ai-capabilities-through-games/index.md @@ -17,7 +17,11 @@ const duration = '约 4 小时,可分多次完成' -在这一节,你会用对话式 AI 做出第一个 AI 原生小游戏——一款会“吃单词、写诗、画画”的贪吃蛇,并借此搞清楚 AI 编程的初步效果。 +如果你完全不会编程,或者只会一点皮毛,这一章就是为你准备的。我们会从最基础的开始:用对话的方式让 AI 帮你写代码,不需要记语法、不需要配环境,直接在网页上就能跑起来。 + +你会亲手做出第一个能运行的程序——一款会"吃单词、写诗、画画"的贪吃蛇。通过这个实战,你会体验到 AI 编程到底是什么感觉:不是 AI 代替你思考,而是你把想法说出来,AI 帮你实现。 + +所有的创造都是从 0 到 1 开始的,很高兴能将每一份信心与专业度传递与你,于你而言,执行力 is all you need。