# Meowbit MakeCode編程快速入門

MakeCode Arcade是微軟開發的圖像化遊戲編寫平台，同時也是MeowBit的主要編程平台。

### Meowbit是微軟MakeCode Arcade的其中一款官方認可硬件。

### MakeCode Arcade編程

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

#### 用USB線連接MeowBit到電腦。

#### 進入下載模式

* 按著MeowBit的A按鍵不放，打開MeowBit電源。

![](https://kittenbothk.readthedocs.io/en/latest/_images/kb1.jpg)

成功的話，電腦會出現一個叫Arcade F4的裝置。

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

#### 打開Makecode Arcade

#### [https://arcade.makecode.com](https://arcade.makecode.com/)

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

#### 建立新專案

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

#### 編程介面

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

#### 選擇Meowbit平台

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

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

#### 進行編程

```
作為示範，這裡只加入一塊積木示範。
```

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

#### 編程完成之後下載遊戲到MeowBit。

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

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


---

# 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/mcu/meowbit/coding/arcade.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.
