# Wordle密碼鎖

![](/files/zw3Jb5ddgQgZCVl8Vd5G)

透過大語言模型生成英文生字，配合編程邏輯製作類似Wordle的遊戲。

### 組裝說明書下載

[組裝說明書下載](https://drive.google.com/drive/folders/1wg_edUZFrqyUONA0FJ6vFBkGArRsfnf4?usp=sharing)

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

### 參考程式

{% file src="/files/bmXpxamjtSeSB67bO3kV" %}

<figure><img src="/files/ZWMIlbnJC1XZWP4XIDpb" alt=""><figcaption></figcaption></figure>

### 應用玩法

{% hint style="info" %}
這應用需要使用Token。
{% endhint %}

1. 連接好Micro:bit和打開Robotbit電源
2. 按空白鍵生成題目
3. 按綠色旗啟動程式
4. 使用Sugar旋轉電位器選擇字母，按Sugar按鍵確認按鍵
5. 完成輸入五個字母之後，程式會給予每個字母的提示
   1. 綠色: 字母正確
   2. 黃&#x8272;*:* 字母的位置不正確
   3. 紅色: 字母不正確
6. 答案正確的話Microbit會播放音效


---

# Agent Instructions: 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/inventorkit/kittenblockai/wordle.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.
