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

Feature requests: store game data and results, evaluate abandoned games #15

Open
SlimeDog opened this issue May 28, 2023 · 1 comment
Open

Comments

@SlimeDog
Copy link

SlimeDog commented May 28, 2023

  • Save a database of games played.
    • Fields: datetime, board#, player, player_rating, opponent, opponent_rating, winner.
  • If a board is reset or abandoned (including server restart), the game is recorded as incomplete.
  • Incomplete games can be rejoined.
  • After a server-configurable interval, incomplete games are computer-evaluated and scored.

Note that stored game data is covered by #3.

@SlimeDog
Copy link
Author

Any movement on this issue?

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