# MarsRover Coding 演示

## 我来 Coding 下，

[![TDD MarsRover 视频 ](/files/-M1ictY2f7L0K7RG4aPk)](https://v.youku.com/v_show/id_XNDU5Mzg3MDgyNA==.html)

参考我们任务分解的结果：

![Tasking Result](/files/-M1kLllnn9VvZjTCybw5)

## 训练步骤：

1. 通过 Tasking 写出任务分解步骤
2. 实现参数结构化
3. 设置火星车初始位置和朝向
4. 实现单词运动
5. 实现多次运动
6. 输出结果
7. 完善边界条件的测试

看完后，It's ur turn，开始自己演练吧，打开计时器，看看自己演练的时间是？


---

# 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://jimmylv.gitbook.io/tdd-frontend/coding/01-marsrover/09-marsrover-showcase.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.
