Here you will find all starter codes and tutorials for the RoversAIgotchi project
Roversa and USB cable
| # | Project | Description | Concepts Covered | Share link |
|---|---|---|---|---|
| 01 | Getting Started | Starter code for per behaviour | makecode-starter-code | |
| 02 | Challenge_1 | Physical activity | makecode-challenge1 | |
| 03 | Challenge_2 | Challenge | ||
| 04 | Radio Communication | Send messages between Roversas | Radio, events |
- Clone or open the individual project repo linked above
- Go to makecode.microbit.org
- Click Import → Import URL and paste the GitHub repo URL
- Flash to your micro:bit and experiment!
Each project follows this structure:
README.md— lesson goals, and MakeCode share linkpxt.json— MakeCode project configmain.ts— source code (TypeScript)assets/— images and circuit diagrams
