You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,40 @@ MicroCode is an icon-based programming language and editor for young learners to
6
6
7
7
### With hardware
8
8
9
-
You will need a micro:bit V2 and one of the [display shields for the microbit](https://makecode.microbit.org/pkg/microbit-apps/display-shield).
10
-
Download the [microcode hex file](./assets/microcode.hex) and copy it your micro:bit.
9
+
To use MicroCode, you will need to:
11
10
12
-
### With simulators
11
+
1. Get a micro:bit (v2) and one of the [display shields](https://makecode.microbit.org/pkg/microbit-apps/display-shield).
12
+
2. Download the [microcode hex file](./assets/microcode-v2.hex) and copy it your micro:bit.
13
+
3. Insert the micro:bit into the display shield, and make sure the combination is powered.
14
+
15
+
With the above hardware, in addition to the freely-available MicroCode software, you also
16
+
can use these other free programming environments:
17
+
18
+
- create your own graphics with [MakeCode for micro:bit](https://makecode.microbit.org) and the [display shield extension](https://makecode.microbit.org/pkg/microbit-apps/display-shield)
19
+
- develop retro arcade games with [MakeCode Arcade](https://arcade.makecode.com)
20
+
21
+
### With simulators (no hardware required)
13
22
14
23
You can load this repo into [https://makecode.microbit.org/beta](https://makecode.microbit.org/beta) using the import button on the right-hand side of the home page via "Import URL". Enter [https://github.com/microbit-apps/microcode-v2](https://github.com/microbit-apps/microcode-v2) as the URL.
15
24
16
-
## What's new?
25
+
## What's New?
17
26
18
27
- MicroCode is built using [MakeCode for the micro:bit](https://makecode.microbit.org/beta), which
19
-
provides direct access to all the micro:bit APIs available through MakeCode.
28
+
provides direct access to all the micro:bit APIs available through MakeCode
29
+
30
+
- Decimal notation (instead of the 1-5 dots in MicroCode-classic)
20
31
21
-
-Decimal notation (instead of the 1-5 dots in MicroCode v1)
## What happened to MicroCode v1 and its cool features?
38
+
## What happened to MicroCode-classic and its features?
28
39
29
-
While we soon will retire the [MicroCode v1](https://aka.ms/microcode) web site, we plan to bring back the following features from MicroCode v1:
40
+
While we soon will retire the [MicroCode-classic](https://aka.ms/microcode) web site, we plan to bring back the following features from MicroCode-classic:
30
41
31
-
- Option to to use 1-5 counting dots, instead of decimal notation, for beginners.
42
+
- Option to use 1-5 dots, instead of decimal notation, for beginners.
0 commit comments