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.
This commit is contained in:
@@ -17,7 +17,11 @@ const duration = '约 <strong>4 小时</strong>,可分多次完成'
|
||||
|
||||
<ChapterIntroduction :duration="duration" :tags="['对话式 AI 编程', 'AI 原生小游戏', '贪吃蛇实战']" coreOutput="AI 原生贪吃蛇 + 自创小游戏" expectedOutput="1 个可运行的 AI 原生贪吃蛇 + (可选)1 个你自创的 AI 原生小游戏或 Demo">
|
||||
|
||||
在这一节,你会用对话式 AI 做出第一个 AI 原生小游戏——一款会“吃单词、写诗、画画”的贪吃蛇,并借此搞清楚 AI 编程的初步效果。
|
||||
如果你完全不会编程,或者只会一点皮毛,这一章就是为你准备的。我们会从最基础的开始:用对话的方式让 AI 帮你写代码,不需要记语法、不需要配环境,直接在网页上就能跑起来。
|
||||
|
||||
你会亲手做出第一个能运行的程序——一款会"吃单词、写诗、画画"的贪吃蛇。通过这个实战,你会体验到 AI 编程到底是什么感觉:不是 AI 代替你思考,而是你把想法说出来,AI 帮你实现。
|
||||
|
||||
所有的创造都是从 0 到 1 开始的,很高兴能将每一份信心与专业度传递与你,于你而言,执行力 is all you need。
|
||||
|
||||
</ChapterIntroduction>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user