# Solitaire

Crystal Quest is a collection of casual games that interact with game-agnostic *Tiny Dragon* NFTs. The first game on Crystal Quest will be **competitive** solitaire.&#x20;

**Fair-Play Competitive Solitaire**&#x20;

* Players compete in games of solitaire asynchronously. A future update will allow both players to play synchronously. Once both players complete their game, their scores are compared, and the player with the highest score wins.&#x20;
* Both players get the same cards in the same order.
* Matchmaking is based on skill. Our matchmaking algorithm considers a wide array of many factors like the strength of the player's NFT, historical scores, and more.&#x20;

**Tiny Dragon "Boosts"**

* Players can use their Tiny Dragon NFTs for gameplay powerups which help them earn a higher score.
* The rarer the dragon, the better the boost.
* Boosts correspond with the attributes of each Tiny Dragon. Players can only play with one Tiny Dragon at a time.


---

# 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://ryu-games.gitbook.io/crystal-quest-white-paper/gameplay/solitaire.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.
