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

Consecutive wins reward more orbs #2

Open
tmercswims opened this issue Dec 3, 2020 · 0 comments
Open

Consecutive wins reward more orbs #2

tmercswims opened this issue Dec 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@tmercswims
Copy link
Owner

tmercswims commented Dec 3, 2020

An optional feature which would do the following when enabled:

  • Every time a user wins another consecutive fish game, their rewards are doubled.
    • So the second win in a row multiplies the reward by 2, the third by 4, the fourth by 8, etc.
  • The first win remains the same.
  • Applies to any kind of win.

Implementation notes:

  • Winning "exact" will be turned into a multiplier, rather than a separate value.
    • Just like how highlighting your guess is a multiplier.
  • This new setting will also be a multiplier.
  • Need to keep track of two new things across games:
    • The most recent winner.
    • How many games that user has won consecutively.
@tmercswims tmercswims added the enhancement New feature or request label Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant