# 作業テーブル:パズドラッぽいの<難易度 上中>

## パズドラっぽいの

パズドラのパズルゲームの部分を作っていきましょう。

パズル&ドラゴンズ は、ガンホー・オンライン・エンターテイメント株式会社から配信されているパズルRPGゲームです。

![](/files/-LAM1AGkdra6qbPxAbmK)

6x5 ないし 6x6 のマスに、ドロップが配置されていて、このドロップを縦横に3つ揃えると、 ドロップが消滅します。このドロップを効率よく消すパズルケームです。

ドロップが消滅した分だけモンスターへダメージを与える事ができ、 ゲームを進める事ができます。

<https://ja.wikipedia.org/wiki/パズル%26ドラゴンズ>

## Scratchで再現してみよう

![](/files/-LAM1AHPVaP0_1Q6TWVf)

プロトタイプは以下

<https://scratch.mit.edu/projects/89631068/>

完成品は以下

<https://scratch.mit.edu/projects/91358081/>

マウスでプロックをドラッグ&デロップする事で、ドロップの位置を変更する事ができます。 縦 or 横に3つ同じ色が揃うと、揃ったブロックが消えます。 消したプロックの数だけ得点が入ります


---

# 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://firefirebook.firefirestyle.net/pazzdora.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.
