# Liar's Dice (RDR style, 3 players)

Rules modeled after Red Dead Redemption style Liar's Dice:

- 3 players total (you + 2 CPU), 5 dice each.
- On your turn, either raise the bid, call bluff, or call spot-on.
- A higher bid means a higher quantity, or same quantity with higher face.
- Spot-on exact call makes all other players lose one die.

Controls:

- `Up` / `Down` (or `W` / `S`): adjust bid quantity (RDR left-stick analog equivalent).
- `Left` / `Right` (or `A` / `D`): adjust bid face (RDR right-stick analog equivalent).
- `Enter` or Space: submit raise.
- `C`: call bluff.
- `X`: call spot-on.
- `R`: new game.
- Mouse: click `+`/`-` and action buttons.

<qip-play>
  <source src="/modules/interactive/liars-dice.wasm" type="application/wasm" />
</qip-play>
