# MakeCode Arcade編程教學

MakeCode Arcade是編寫遊戲的編程平台，配合Micro:bit V2就可以在Newbit上玩到Arcade的遊戲。

### 編程教學

#### 前往Microsoft MakeCode Arcade

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

[Microsoft MakeCode Arcade](https://arcade.makecode.com/)

#### 開新專案

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

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

#### 打開『關於』欄

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

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

#### 點擊『實驗』

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

#### 啟用『Experimental Hardware』

#### 這設定只需完成一次，不需要之後每次都設定

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

#### 選擇硬體

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

#### 選擇『N3』

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

#### 下載到Micro:bit V2上

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

#### 打開電源

![](https://kittenbothk.readthedocs.io/en/latest/_images/power.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/expansion_board/newbit-arcade-shield/newbitarcade.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.
