# 创意编程

## 创意编程

- [课程介绍](https://creative-coding.codelab.club/master.md)
- [01 编程准备（上）](https://creative-coding.codelab.club/01-bian-cheng-zhun-bei-shang.md)
- [02 编程准备（下）](https://creative-coding.codelab.club/02-bian-cheng-zhun-bei-xia.md)
- [03 动画制作（上）](https://creative-coding.codelab.club/03-dong-hua-zhi-zuo-shang.md)
- [04 动画制作（下）](https://creative-coding.codelab.club/04-dong-hua-zhi-zuo-xia.md)
- [05 故事创作（上）](https://creative-coding.codelab.club/05-gu-shi-chuang-zuo-shang.md)
- [06 故事创作（下）](https://creative-coding.codelab.club/06-gu-shi-chuang-zuo-xia.md)
- [07 游戏设计（上）](https://creative-coding.codelab.club/07-you-xi-she-ji-shang.md)
- [08 游戏设计（下）](https://creative-coding.codelab.club/08-you-xi-she-ji-xia.md)
- [09 深入探究（上）](https://creative-coding.codelab.club/09-shen-ru-tan-jiu-shang.md)
- [10 深入探究（下）](https://creative-coding.codelab.club/10-shen-ru-tan-jiu-xia.md)
- [附录](https://creative-coding.codelab.club/fu-lu.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://creative-coding.codelab.club/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
