> 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)
