# Liars Dice Rules

**LIAR'S DICE - GAME RULES**

* Starting player is decided at random
* After a starting player is decided, everybody's dice are rolled. You can only see your dice.
* &#x20; First player makes a 'bid' by stating a quantity and a face value of the dice. They are making a guess as to how many of a specific dice are in play.
  * E.g 'Four sixes', the player is guessing that there are four or more sixes in play
* &#x20;A 'one' is a wild card and counts for any number
  * &#x20;E.g Three sixes and a one will count as four sixes
* Play then moves to the next person (clockwise) who makes their bid
* Bids must be increased by the next player, either by
  * Bidding the same quantity of a higher face value
    * E.g Four sixes -> next player -> Five sixes
  * Bidding a higher quantity of any face value
    * E.g Four sixes -> next player -> Six twos
* When a bid has been made, any player around the table can 'challenge' the previous person's call. You only have a few seconds to challenge.
* If somebody challenges a bid, all the players' dice are revealed. The dice are then counted up (including any ones, as they are wild cards).
  * E.g Player 1 bids 'Five fives'
  * Player 3, before player 2 makes their bid, says 'Challenge'
  * All players' dice are revealed
  * &#x20;All fives and ones are counted (ones are wild cards)
  * &#x20;If there are five or more fives/ones on the table, the challenge was unsuccessful
  * &#x20;If there are fewer than five fives/ones on the table, the challenge was successful
* &#x20;  If the challenge is successful, player 1 who called 'five fives' would lose a die
* &#x20; If the challenge is unsuccessful, player 3 who challenged player 1 would lose a die
* &#x20;Gameplay resumes, starting at the person who lost a die and continuing clockwise
* &#x20; If you lose all your dice, you are out of the game
* &#x20;The winner is the last person with any dice

{% embed url="<https://streamable.com/yfrfhi>" %}


---

# 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://damnedpiratessociety.gitbook.io/the-damned-pirates-society/pirateverse-alpha-build/liars-dice-rules.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.
