Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the RPS game status #9

Closed
Tracked by #1
lcwangchao opened this issue Jul 30, 2021 · 0 comments
Closed
Tracked by #1

Check the RPS game status #9

lcwangchao opened this issue Jul 30, 2021 · 0 comments

Comments

@lcwangchao
Copy link
Owner

lcwangchao commented Jul 30, 2021

Support the below statement:

SHOW RPS GAME STATUS [LIKE 'pattern' | WHERE expr]

The output Columns

  • Game: Name for the game
  • Round: Current round index, 0 for game is not active.
  • Total_round: How many rounds in total
  • Total_win: How many rounds you win.
  • Total_lose: How many rounds you win.
  • Final: Final result for this game. The value is in one of these: "Win", "Lose", "Abort" or ""

Parser

@lcwangchao lcwangchao changed the title Check the game status Check the RPS game status Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant