# Single-player game

## Gameplay and Rules

### T**ournament set-up**

Based on the game difficulty you selected (easy, medium, hard), each single-player game will have a target number of rounds you need to achieve to win the game. You start each round with 1000 points and need to reach a specific target number of points in that round to move to the next one.\
\
There will be a 20-second waiting time between each round before the new round starts, and all the predictions from the previous round will be closed.&#x20;

## Game flow

During a round, a player can place as many predictions as he can, based on the number of points he has available. To place a prediction, he will input the number of points to use and if the price will go up or down based on the current value of the token. After 10 seconds, the price will be compared with the initial value and if the user is right, he will get double the points back into his account (if not, he will lose all the points used for the prediction). \
If he’s right multiple times in a row (3+), he will get a multiplier on the winning point (1.1x … 1.5x max). Once he places a wrong prediction, he will lose all the strikes and start with a 1x multiplier again.

**Note:** If a player doesn’t make any prediction in the current round, they will be removed from the game as inactive

## Prize distribution

In the single-player mode, 3 game types with 3 difficulty levels determine your winnings (Easy: 20%, Medium: 30%, Hard: 40% of your entry)\
\
For now, the single-player mode has 4 entry tickets: free, 1$, 3$, 6$. \
\
Only Fever Maniacs NFT holders will receive points for the free games. For the paid single-player games (no matter if you win or lose), you will get a specific number of points in the weekly leaderboard (depending on how well you performed in the game). These points will count towards your weekly $EARN allocation from playing the game. \
\
Read more on [Events, Leaderboards and Rewards](/game-features/events-leaderboards-and-rewards.md)


---

# 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://whitepaper.coinfever.app/game-features/single-player-game.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.
