> For the complete documentation index, see [llms.txt](https://jimmylv.gitbook.io/tdd-frontend/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jimmylv.gitbook.io/tdd-frontend/coding/01-marsrover/09-marsrover-showcase.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://jimmylv.gitbook.io/tdd-frontend/coding/01-marsrover/09-marsrover-showcase.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
