# Puzzle Games

{% embed url="<https://youtu.be/UUUpei7MkM4>" %}

Puzzles are an interesting genre that require more logic. While you may decide to create a maze or sequence that allows players to collect and use items to progress through a puzzle, the new [**Game Rules system**](https://docs.sandbox.game/jp/creators/game-maker/document/game-rules) offers all new possibilities for creating custom puzzles with complex logic and loops.

### Variations **of Puzzles**

<table data-view="cards" data-full-width="false"><thead><tr><th></th></tr></thead><tbody><tr><td><strong>Tile-Matching:</strong> <br>Matching identical tiles or objects to clear them from the play area.</td></tr><tr><td><strong>Physics-based Puzzles:</strong> <br>Solve challenges using realistic physics simulations.</td></tr><tr><td><strong>Logic Puzzles:</strong> <br>Challenges that require logical deduction and problem-solving.</td></tr></tbody></table>


---

# 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://docs.sandbox.game/jp/creators/game-maker/creative-guide/experience-guide/puzzle-games.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.
