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

Daily challenge scoreboard should reset everyday. #41

Closed
FredericRezeau opened this issue Jan 30, 2020 · 1 comment
Closed

Daily challenge scoreboard should reset everyday. #41

FredericRezeau opened this issue Jan 30, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@FredericRezeau
Copy link
Member

The issue is that players coming in late start at a disadvantage for the daily challenge and this affects the retention and participation on games because new players get discouraged.

Resetting all scores daily is not a viable option either for most games as many require several days to complete (e.g. Idle Brainz, Tap the Frog) so we would greatly be limiting the "playable" content.

To solve this, the idea is to highlight a daily score for the top 3 players with a daily reset. Game developers can choose how this daily score is computed (% change from previous day, Specific Level etc...) so this will allow challenges to be run much more efficiently.

@FredericRezeau FredericRezeau added the enhancement New feature or request label Jan 30, 2020
@FredericRezeau FredericRezeau self-assigned this Jan 30, 2020
@FredericRezeau
Copy link
Member Author

Fixed with implementation of Live Challenges
f3eb53c

Live Challenge Features:

  • Each game can enable Challenge mode.
  • The game specifies a custom period interval.
  • The game specifies a custom list of rewards and amounts (any SDEX asset is accepted).
  • The game specifies the scoring requirements.
  • When in Challenge mode, the game leaderboard in Litemint shows the top 3 players for the period.
  • At the end of the period, the rewards are automatically distributed to the winners and the score is reset.

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