Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 498 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 498 Bytes

RockPaperScissors

CodeFactor

An advanced Rock-Paper-Scissors Probability Engine

Usage cases

  1. Losers-Out Tourneys/RPS Snake Variant = N-1 games from N people(s)
  2. Swiss (Winner meets Winner, Loser meets Loser) n games >= log2(N)
  3. Round-Robin / Combination n games = NC2