# How to Play

To get started, simply visit [https://hangmanclash.com/](https://hangmanclash.com/select) on desktop or mobile.

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

You'll see your **Vault** at the top: with a soft currency balance call **Coin** on the left, your trophies in the middle, and your $MOVE balance on the right. Below this are several **Brackets**, where users can play for free or for on-chain rewards.

These are described in more detail on the [Brackets page](/hangman/matchmaking.md).

Tap the Play button on the *Easy Mode* bracket to play your first match.

<figure><img src="/files/3OgO1fKvNUHFqeLMdS4M" alt=""><figcaption></figcaption></figure>

The **Spyre Matchmaking Engine** makes matches based on various factors, including skill. In this example, you can see that just by playing (not by winning), you will receive **Raffle Tickets**. The winner of the match will earn 3 **Coin**, and it costs 2 **Coin** to enter the match.

Tap the Join button to start.

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

Once you enter a match, you will see a countdown for game start, as well as the word's **Theme**. Underneath will be empty spaces for the missing letters of a word, and the goal of the game is to solve the word.

Beneath the word, you will see the **Boost Meter**. This section is key as it is not only important to solve the puzzle, it is also important to maximize points by solving it with the *correct timing*.

<figure><img src="/files/1Fw6jRfSewCpDkP8FmTR" alt=""><figcaption></figcaption></figure>

A slider will move across the Boost Meter. To maximize points, tap on a letter when the bar is as close to the center of the gold section as possible.

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

**Perfect Timing** will award a correct letter the full 1000 points. **Good** and **Okay Timing** are awarded as your distance from the center of the gold bar increases. These scale the awarded points down.

Points awarded also fill the **Boost Meter**.

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

Here you can see the grey fill of the meter. The more points you score per letter, the faster it fills. Once it does fill, you earn a **Boost**. These are in-game items that can be used to help you solve the word or score additional points.

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

Boosts emerge from the end of the boost bar and slide into the **Boost Slot**. Here, you can tap on a boost to use it. More about Boosts can be found on the [Boosts](/hangman/how-to-play/boosts.md) page.

Incorrect letters award zero points and deduct from your **Health Bar**.

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

If the **Health Bar** completely empties, you lose the round and progress to the next round. If the word is solved, however, you score an additional bonus before moving to the next round.

<figure><img src="/files/6HtpDtVjM0WfmSkCncvN" alt=""><figcaption></figcaption></figure>

Points are also awarded for any health remaining at the end of a round.

A full match consists of a number of rounds, usually three. Both the round results and your total score can be viewed at the top of the page:

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

Finally, at the end of a match, your total score is submitted.

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

Click the **Next** button to progress to the match results page. Here you can see whether or not you have won the match.

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

Clicking on a player's name on the results page will explain the points breakdown for that particular match.

<figure><img src="/files/mJcgT0Y437Ip9zFDO6KD" alt=""><figcaption></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.hangmanclash.com/hangman/how-to-play.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.
