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

Ability to save score #29

Open
4 tasks
finnbear opened this issue May 11, 2021 · 2 comments
Open
4 tasks

Ability to save score #29

finnbear opened this issue May 11, 2021 · 2 comments
Labels
feature request An idea for a change/feature not related to code on hold On hold for now

Comments

@finnbear
Copy link
Member

finnbear commented May 11, 2021

Requirements:

  • Players cannot exploit to instantly withdraw from a battle
  • Saved scores do not give an unfair leaderboard advantage
  • Only the player who saved the score should be able to restore it
  • Saved scores should only be able to be restored once
@finnbear finnbear added the feature request An idea for a change/feature not related to code label May 11, 2021
@caibear
Copy link
Member

caibear commented May 12, 2021

Would require database to hold previous score and some secret identifier.
Can't use signed cryptographic key because they could use it multiple times.

@finnbear finnbear added the on hold On hold for now label May 15, 2021
@finnbear
Copy link
Member Author

You can now use the c key to drop score (at 50% efficiency) to your friend. They can drop it back to you later (at 50% efficiency).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request An idea for a change/feature not related to code on hold On hold for now
Projects
None yet
Development

No branches or pull requests

2 participants