{
  "game": "rps",
  "displayName": "Rock Paper Scissors",
  "rtpPercent": 99.0,
  "rtpE8": 99000000,
  "engine": "uint32",
  "biasClass": "modulo",
  "params": [
    {
      "name": "guesses",
      "desc": "auto throws (alt)"
    },
    {
      "name": "throws",
      "desc": "ladder throws (alt)"
    },
    {
      "name": "throw",
      "desc": "single throw (alt)"
    }
  ],
  "throws": [
    "rock",
    "paper",
    "scissors"
  ],
  "maxWins": 20,
  "note": "house_i = ['rock','paper','scissors'][u_i mod 3]. Auto {guesses}: any loss zeroes, else mult = rtp·2^wins (ties ×1). Ladder {throws}: bust at first loss, ties replay. Legacy {throw}: win = 3·rtp−1×, tie push."
}
