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

Implement in-game leaderboards. #48

Open
RealistikDash opened this issue Dec 9, 2023 · 0 comments
Open

Implement in-game leaderboards. #48

RealistikDash opened this issue Dec 9, 2023 · 0 comments
Labels
enhancement New feature or request game feature Feature or behaviour related to the game client.

Comments

@RealistikDash
Copy link
Member

RealistikDash commented Dec 9, 2023

Geometry Dash features opt-in leaderboards available on a per-level basis.
image
These allow the user to view and submit their current progress on a level through an endpoint called by the client. These are sorted by:

  • The percentage completion
  • The number of coins

This also allows for a potential server-side anticheat, as these leaderboards often see basic level abuse:

  • Verifying coin counts match the level's max.
  • Verifying coins can only be obtained at 100%

Potential things to look into:

  • Might be a bit overkill but using Redis to store the order for quick lookups.
  • Wipe leaderboards on level update. I don't think the official game does this but it may be a good idea.
@RealistikDash RealistikDash added enhancement New feature or request game feature Feature or behaviour related to the game client. labels Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request game feature Feature or behaviour related to the game client.
Projects
None yet
Development

No branches or pull requests

1 participant