# Action / Adventure

{% embed url="<https://www.youtube.com/watch?v=0FDHa18pUHo>" %}

Action / Adventure games involve navigation and active participation to complete objectives and achieve an overall goal.&#x20;

The Sandbox Game Maker has many new tools, including the [**Game Rules**](https://docs.sandbox.game/jp/creators/game-maker/document/game-rules) system, to combine with the [**Objectives**](https://docs.sandbox.game/jp/creators/game-maker/document/build-menus/top-bar/objectives) system for quests (formerly called "Rules") and new or enhanced object logic ([**behaviours**](https://docs.sandbox.game/jp/creators/game-maker/document/behavior) and [**components**](https://docs.sandbox.game/jp/creators/game-maker/document/components)) to design a spectacular world to explore.

### Variations of Action

<table data-view="cards" data-full-width="false"><thead><tr><th></th></tr></thead><tbody><tr><td><strong>Beat 'em Up:</strong> <br>Players engage in hand-to-hand combat against waves of enemies.</td></tr><tr><td><strong>Hack and Slash:</strong> <br>Intense combat with a focus on defeating numerous foes.</td></tr><tr><td><a href="parkour-and-platformers"><strong>Platformer (includes Parkour)</strong></a><strong>:</strong> <br>Players navigate levels, overcoming obstacles and enemies.</td></tr></tbody></table>

### Variations of Adventure

<table data-view="cards" data-full-width="false"><thead><tr><th></th></tr></thead><tbody><tr><td><strong>Point-and-Click:</strong> <br>Emphasis on exploration and puzzle-solving through mouse interaction.</td></tr><tr><td><a href="broken-reference"><strong>Survival</strong></a> <strong>Horror:</strong> <br>Combines elements of horror and survival, often with limited resources.</td></tr><tr><td><strong>Metroidvania:</strong> <br>Non-linear exploration, interconnected levels, and character upgrades.</td></tr></tbody></table>

### Variations **of Fighting**

<table data-view="cards" data-full-width="false"><thead><tr><th></th></tr></thead><tbody><tr><td><strong>Traditional Fighting:</strong> <br>One-on-one combat with a focus on combos and special moves.</td></tr><tr><td><strong>Beat 'em Up (Fighting Adventure):</strong> <br>Fighting within a broader narrative and exploration context.</td></tr><tr><td><strong>Versus Fighting:</strong> <br>Multiplayer-focused competitive combat.</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/action-adventure.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.
