# 礁石：2048文字密码谜题

## 题面

一部**手机**，捡起来**电麻**了我一下，摔到地上，残碎的屏幕上闪烁着亮光还有奇怪的乱码。

（本题为互动类题型，可以前往<https://pku1.miaomiaomiao.com.cn/puzzle/33>操作）

<figure><img src="/files/qBKQld4RjMoPxoTJyKJb" alt=""><figcaption></figcaption></figure>

## 答案

SMALL HOUSE

## 解析

这道题给了一个能够自行探索的类似2048的小游戏：每次移动会随机生成两个新的小方块，它们之间可能可以通过左右、上下的组合合成一个新的方块。

实际上每个方块都代表了一个汉字。ABCD分别代表木水火土（这正好和2021文字密码谜题里的一个步骤对上了），其它收录的汉字有 林 森 棪 焚 燊 杜 桂 淼 炎 焱 灶 烓 圭 垚 ，与此同时，方块的颜色是和其中包含了多少个基本组件（木水火土）相关的。

最下面一排汉字转换为中文电码，取未被遮挡的部分，九键转为答案。

烓圭林桂焚水火木森棪烓灶杜 8714 0964 2651 2710 3539 3055 3499 2606 2773 8572 8714 3501 2629 74 61 21 53 53 42 63 82 74 32 small house

## 作者

Winfrid


---

# 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://puzzle-and-key-universe.gitbook.io/archive/p-and-ku1-tales-of-observer/mi-ti-jie-xi-yu-fu-yan/jing-li-guan-hua-zhe-de-jian-ying/jiao-shi-2048-wen-zi-mi-ma-mi-ti.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.
