For the complete documentation index, see llms.txt. This page is also available as Markdown.

Striker / Player at the table

The player at the table is called the Striker.

The person about to play or in play is the striker and remains so until the referee has decided he has left the table at the end of his turn.

Example

{
  "playerId": "354c7fb9-815a-4009-bc99-03b5c0af6f7c",
  "playerName": "Player Two",   // Player at the table 
  "score": 8,
  "breakSeq": 4,
  "startTimestamp": "2023-05-05T08:44:01.105023Z",
  "endTimestamp": null,         // current break
  "pottedBalls": {
    "redBalls": 1,
    "blackBalls": 1,
    "pinkBalls": 0,
    "blueBalls": 0,
    "brownBalls": 0,
    "greenBalls": 0,
    "yellowBalls": 0
}

Last updated

Was this helpful?