# RoboDino

Use the horn to damage the opponent.

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

### Building Instructions and Sample Programs

[Building Instructions](https://bit.ly/12In1SumobotBuildingInstruction)

[RoboDino-Joyfrog Controller](https://makecode.microbit.org/_dhce3PKms5Fk)

[RoboDino-Microbit Controller](https://makecode.microbit.org/_J8w7WriE9D4D)

[RoboDino-Robot](https://makecode.microbit.org/_2ixfyk1TAHEh)

### Sample Wiring

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

### Operating the Robot

#### JoyFrog Controller:

1. The robot should show a red light and the controller should show a cross (X) when the power is switched on.
2. Press A to pair with the robot, the Micro:bit should show the current health.
3. Use the joystick for movement.
4. When the armour is hit, the health will be deducted.
5. The player loses when the health reaches 0.

#### Microbit Control:

1. The robot should show a red light and the controller should show a cross (X) when the power is switched on.
2. Press A to pair with the robot, the Micro:bit should show the current health.
3. Use the accelerometer for movement.
4. When the armour is hit, the health will be deducted.
5. The player loses when the health reaches 0.


---

# 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-eng.kittenbot.hk/educational-kit-sets/sumobot-12-in-1-kit/sumobot-12-in-1-model-instructions/robodino.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.
