> 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/microcode_explorer/challenges.md).

# 參考挑戰題目

當同學都了解如何使用MicroCode和Jacdac進行編程後，老師參考以下挑戰題目測試學生能否掌握編程的邏輯思維。

## 1. 動態心情

{% embed url="<https://youtu.be/z2XcNbLux74>" %}

{% content-ref url="/pages/4WPi1BQb3wLhloD6RxMw" %}
[1. 動態心情](/kits/microcode_explorer/challenges/dynamic_emotion.md)
{% endcontent-ref %}

## 2. 包剪揼

{% embed url="<https://www.youtube.com/watch?v=_pg-sKly8H8>" %}

{% content-ref url="/pages/u82i0v9wpfZ8Jw2TKHYt" %}
[2. 包剪揼](/kits/microcode_explorer/challenges/rockpaperscissors.md)
{% endcontent-ref %}

## 3. 聲控燈

{% embed url="<https://www.youtube.com/watch?v=eRl1XbzYl00>" %}

{% content-ref url="/pages/0O7W4O7pZSRglEZHb8jV" %}
[3. 聲控燈](/kits/microcode_explorer/challenges/voicecontrollamp.md)
{% endcontent-ref %}

## 4. 開關燈掣

{% embed url="<https://www.youtube.com/watch?v=B7Q41V-2Fsk>" %}

{% content-ref url="/pages/4sE1lSIAcOfLCuDFwJkm" %}
[4. 開關燈掣](/kits/microcode_explorer/challenges/lightswitch.md)
{% endcontent-ref %}

## 5. 氣氛燈調節器

{% embed url="<https://www.youtube.com/watch?v=5VIhmC_6524>" %}

{% content-ref url="/pages/uTPrHd35BvMIydi3NPEL" %}
[5. 氣氛燈調節器](/kits/microcode_explorer/challenges/moodlighting.md)
{% endcontent-ref %}

## 6. 計步器

{% embed url="<https://www.youtube.com/watch?v=RC2x0od9kmw>" %}

{% content-ref url="/pages/BxTVY3YakKDZDa5WdCv6" %}
[6. 計步器](/kits/microcode_explorer/challenges/stepcounter.md)
{% endcontent-ref %}

## 7. 磁力骰仔

{% embed url="<https://www.youtube.com/watch?v=WMTs9T86fMI>" %}

{% content-ref url="/pages/7pFTZxqhAUDIv1NZbrF0" %}
[7. 磁力骰仔](/kits/microcode_explorer/challenges/magneticdice.md)
{% endcontent-ref %}

## 8. 滑動心情

{% embed url="<https://www.youtube.com/watch?v=bipIPRfuh7c>" %}

{% content-ref url="/pages/i67tGUCZcsi4lltFQygT" %}
[8. 滑動心情](/kits/microcode_explorer/challenges/slideemotion.md)
{% endcontent-ref %}

## 9. 終極測試

{% embed url="<https://www.youtube.com/watch?v=ZM67iAOT2yo>" %}

{% content-ref url="/pages/srUecZlrMvIAEMCXanM4" %}
[9. 終極測試](/kits/microcode_explorer/challenges/finaltest.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://sharinghub.kittenbot.hk/kits/microcode_explorer/challenges.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
