> For the complete documentation index, see [llms.txt](https://dungeonrelics.gitbook.io/dungeon-relics-eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dungeonrelics.gitbook.io/dungeon-relics-eng/about/roadmap/milestones.md).

# Milestones

<figure><img src="/files/rcuZ0qlezqIqvHJesGN8" alt=""><figcaption><p>Roadmap</p></figcaption></figure>

1.0 HOMELAND

| Module            | Instructions                                        | Status        |
| ----------------- | --------------------------------------------------- | ------------- |
| Structure         | 3D+2D Homeland                                      | Done          |
| Plant             | Plants, Trees                                       | Done          |
| Mining            | Base stones                                         | Done          |
| Decorate          | Basic Decorations, Modular                          | Done          |
| Shop              | Buy & Sell                                          | Done          |
| Tools             | Basic Tools: Axe, Hoe, Sickle, Hammer, Watering Can | Done          |
| Animations        | Basic animations and sound effects                  | Done          |
| Storage           | Backpack and warehouse                              | Done          |
| Check-in system   |                                                     | Done          |
| Land Swith        |                                                     | Done          |
| Web Game          |                                                     | Done          |
| Achievement       |                                                     | Done          |
| Mobile APP        | Android / IOS                                       | Done, Android |
| Public Hall       | Public buildings                                    | Done          |
| Leaderboard       | Player data rankings                                | Done          |
| Visiting          | Visit others' homeland                              | Ing           |
| NFT Level         |                                                     | Ing           |
| Time limited Shop |                                                     | Ing           |
| Advance Tools     | Advanced Tools, Improve Productivity                | Done          |
| Multi-language    | CN / EN / VN                                        | Done          |

2.0 CASTLE

| Module           | Instructions                                                | Status |
| ---------------- | ----------------------------------------------------------- | ------ |
| Pet Raising      | Hatch pet eggs                                              | Plan   |
| Multiplayer mode | Real-time interaction with other players, like online games | Plan   |
| Housing system   |                                                             | Plan   |
| Poultry farming  |                                                             | Plan   |
| Mining 2         | Collect high-level minerals                                 | Plan   |

3.0 DUNGEON

| Module              | Instructions                                   | Status |
| ------------------- | ---------------------------------------------- | ------ |
| Dungeon System      | Dungeon instances, PVE                         | Plan   |
| Equipment System    | Character equipment system, level value system | Plan   |
| Skill System        | Character skill combinations                   | Plan   |
| Subgame Integration | Integration of simple competitive mini-games   | Plan   |


---

# 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:

```
GET https://dungeonrelics.gitbook.io/dungeon-relics-eng/about/roadmap/milestones.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.
