> 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/kits/12in1/info/catcher.md).

# 機靈捕手

利用機械人的擋板，保護戰場上的物資。它亦可以自動避開障礙，以免被對手搶奪手上的物資。

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

### 組裝說明書和參考程式

說明書資源包： [資源包下載地址](hhttps://bit.ly/12In1SumobotBuildingInstruction)

參考程式:

[機靈捕手-JoyFrog搖控](https://makecode.microbit.org/_EAdieF1Y8Aqm)

[機靈捕手-JoyFrog版主體](https://makecode.microbit.org/_AfqbPTEdMEc8)

[機靈捕手-microbit搖控](https://makecode.microbit.org/_25oLsUgq19PK)

[機靈捕手-microbit版主體](https://makecode.microbit.org/_gLmJRpcdP7Ua)

### 參考接線

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

### 模型玩法

#### JoyFrog遊戲手柄:

1. 將模型打開之後，手掣上的Microbit會顯示心形圖案符號。
2. 利用手掣上的搖桿控制機械人的移動，按下A鍵放下擋板，B鍵收起擋板。
3. 按下X鍵切換至避障模式，機械人遇到障礙物會轉換方向繼續前進，可以作為自動防禦機制。
4. 按下Y鍵，手掣的Microbit會顯示超聲波距離。

#### Microbit控制:

1. 將模型打開之後，手掣上的Microbit會顯示心形圖案符號。
2. 利用手掣上的搖桿控制機械人的移動，按下A鍵放下擋板，再按一下收起擋板。
3. 按下B鍵切換至避障模式，機械人遇到障礙物會轉換方向繼續前進，可以作為自動防禦機制。


---

# 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/kits/12in1/info/catcher.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.
