> For the complete documentation index, see [llms.txt](https://zenwiki.gitbook.io/zen-republic-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zenwiki.gitbook.io/zen-republic-wiki/web3-games/foresee-the-game.md).

# Foresee The Game

<figure><img src="/files/Ckb4kMovmebV4NP7EHCv" alt=""><figcaption><p>Foresee The Game Logo</p></figcaption></figure>

Foresee The Game is a turn-based competitive mental web3 game, in which players rely on their prediction, anticipation and strategy skills to get their opponent on the ropes and beat them in a nail-biting competition of minds!

Similar to rock-paper-scissors, both players select an action to perform, and then the outcome is revealed. So it's like that classic game of mind reading, but more more complex, dramatic and exclusive to web3!

## Game Rules

Players have special traits that get damaged if hit by an opponent- **Mind, Body** and **Soul.** Before the game starts, players select which one of their traits is weak, and which one is strong. The remaining one is normal.&#x20;

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

During the turn, players can select to do one of the following actions: Attack, Blessing and Predict.

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

## Attack

Both players start with the same base damage that they can hit their opponent with. Select which opponent's trait to attack. The goal for you is to figure out the traits strengths of your opponent to get an upper hand while keeping yours unknown

Hit Normal trait - **1x Damage**

Hit weak trait - **1.5x Damage**

Hit strong trait  - **0.5x Damage**

## Blessing

There are 3 special blessing cards that players may use instead of attacking for a turn:

* **Inspiration**  - Get +1 damage for the duration of the match (cooldown 4 turns)
* **Rejuvenation -** Restore 15 Health for yourself (cooldown 3 turns)
* **Reincarnation** - Shuffle your traits' strengths randomly and get your opponent guessing again (cooldown 5 turns)

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

## Predict

Predict is a double edge sword, which can decide the match winner in a matter of 1 turn if played correctly. A player may predict that an opponent is going to use a blessing. They have to choose which blessing they think the opponent will use for his current turn.

If it's a miss, player wastes their turn and does nothing. However, if it's a correct prediction, they steal the power of the blessing for themselves and put their opponent in a very uncomfortable position!

## Trait  Protection

During their turn, players can perform an extra action of protecting one of their traits. By doing so, they lose 2 damage, but if the protected trait is hit, no damage is done. Players may use this power to keep their traits hidden by predicting which one the opponent is going to target!

<div><figure><img src="/files/lBWyp8seYBXbX5dsDiZz" alt=""><figcaption></figcaption></figure> <figure><img src="/files/EdzQcsPo683WvqcALp3H" alt=""><figcaption></figcaption></figure></div>

## Alpha version is now Live!

Singleplayer against a bot is available to everyone, while multiplayer is only available to selected Solana communities with NFT gating.

Play the game in browser now: <https://zenrepublic.github.io/ForeseeTheGame/>

**Important**: Some people reported heavy lag in the game using chrome. If that's the case for you, do the following:

1. "chrome://flags" in your browser
2. In search bar, write "webgl"
3. On "WebGL Draft Extenstions" select "ENABLED" option
4. Relaunch the game without lag!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://zenwiki.gitbook.io/zen-republic-wiki/web3-games/foresee-the-game.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
