# Risk & Reward

## Player Focused Design

The player base for your Experiences will likely be very broad. Design gameplay to provide content that will keep most players interested, avoid frustration, and drive them to attempt challenges.

{% hint style="success" %}
Base risks & rewards on what your target audience needs and wants.
{% endhint %}

## <img src="https://lh3.googleusercontent.com/FGLlXcdf20fjlol055HfgtXKQe0UCIUoVbzXCbSOCBPx9WN3ug1-YPtd_IoH5n71nniMA4emXXOKzGq7y0I9JOHZjwo1ugSqsnaTmarwjfs0YgXZDlObnaUDhB7fbYXtAGBOwsjOuHHGjqZHskBHWbjPjA=s2048" alt="" data-size="line"> [Ramp of Difficulty](https://docs.sandbox.game/en/creator/game-maker/creative-guides/experience-design-techniques/game-design/ramp-of-difficulty)

* Gradually introduce your game’s unique mechanics, offer quick incremental rewards
* Consider jump height and length, control complexity, puzzle difficulty, enemy strength and number, timing, etc
* Engage players with a variety of interactions, reward with collectibles, equipment, and visual FX as feedback

## <img src="https://lh3.googleusercontent.com/FGLlXcdf20fjlol055HfgtXKQe0UCIUoVbzXCbSOCBPx9WN3ug1-YPtd_IoH5n71nniMA4emXXOKzGq7y0I9JOHZjwo1ugSqsnaTmarwjfs0YgXZDlObnaUDhB7fbYXtAGBOwsjOuHHGjqZHskBHWbjPjA=s2048" alt="" data-size="line"> Consequences for Player Death

{% hint style="info" %}
By default, players respawn without consequences and resume with enemies at the same health and the same status of logic and object presence (doors unlocked, obstacles destroyed, etc).
{% endhint %}

Player death shouldn't always be inconsequential. There are many more exciting options for such an important gameplay event - get creative!

* Heal or respawn enemies
* Spawn more difficult enemies
* Respawn obstacles
* Remove opportunities to get better equipment
* Block pathways to make players recalculate
* Restore enemy health to add urgency (once or constant)

## <img src="https://lh3.googleusercontent.com/FGLlXcdf20fjlol055HfgtXKQe0UCIUoVbzXCbSOCBPx9WN3ug1-YPtd_IoH5n71nniMA4emXXOKzGq7y0I9JOHZjwo1ugSqsnaTmarwjfs0YgXZDlObnaUDhB7fbYXtAGBOwsjOuHHGjqZHskBHWbjPjA=s2048" alt="" data-size="line"> Rewards for Risk-Taking

{% hint style="info" %}
Highly skilled players want a higher risk to reward ratio, but even casual players will still want to take moderate risks with a decent reward.
{% endhint %}

* Tempt players with quality equipment or collectibles in hard to reach places where death is possible in the journey
* Make alternative challenging paths that can reduce completion time (a metric that may be tracked for leaderboards) or bypass simpler areas to differentiate play options

<figure><img src="https://331512196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F83PS3g9zpWmq73xzlwFn%2Fuploads%2FzZLAORzMqHkExuT4Xq9E%2FThe%20Smurfs%20Crystal%20Cave%20Expedition.png?alt=media&#x26;token=e4b47024-caad-4e50-88c2-c3d157d88d2c" alt=""><figcaption><p>Provide rewards for extra effort, like reaching high places (Shown: The Smurfs Crystal Cave Expedition)</p></figcaption></figure>


---

# 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/en/creator/game-maker/creative-guides/experience-design-techniques/game-design/risk-and-reward.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.
