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

Prevent users from submitting a fake game result #64

Open
ltfschoen opened this issue Feb 18, 2023 · 0 comments
Open

Prevent users from submitting a fake game result #64

ltfschoen opened this issue Feb 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ltfschoen
Copy link
Owner

ltfschoen commented Feb 18, 2023

Users could slow their CPU speed down to make it easier to win.
Possibly record the timestamp when the user starts playing and when they finish, and how many obstacles they cleared, and compare that with the actual time between the start and end blocks they played.
Send block hash of the to the server and verify its valid

could restrict each account to play once per day (approx x blocks) but we don't want to force people to have an account with an identity or require a payment to play

only allow a win if winning score was higher than y, otherwise a lose (prevent spam)

@ltfschoen ltfschoen added the bug Something isn't working label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant