> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/mcu/futureboard/kittenblock/turtle.md).

# 未來板海龜繪圖KittenBlock編程教學

海龜繪圖是著名的編程學習平台，大家也可以在未來板上實現這些有趣的創作。

![](https://kittenbothk.readthedocs.io/en/latest/_images/kbbanner10.png)

### 海龜繪圖積木塊

![](https://kittenbothk.readthedocs.io/en/latest/_images/turtle.png)

```
注意：由於未來板的硬件像素未達到海龜之需求，使用填充可能會有bug，無法正常填充。
```

#### 範例程式：線條繪畫

![](https://kittenbothk.readthedocs.io/en/latest/_images/turtle_code1.png)

#### 範例程式：繪畫五角星

![](https://kittenbothk.readthedocs.io/en/latest/_images/turtle_code2.png)

#### 範例程式：繪畫花朵

![](https://kittenbothk.readthedocs.io/en/latest/_images/turtle_code3.png)


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sharinghub.kittenbot.hk/mcu/futureboard/kittenblock/turtle.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.
