-
Notifications
You must be signed in to change notification settings - Fork 157
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
Server: Create leader board. #92
Comments
@niccokunzmann |
It can be played online and offline. We can create a local leaderboard for the app or also a global leaderboard. |
That sounds cool. |
We need to specify how this would work and collect ideas and implementation hints so other people not so experienced can do this, too. |
#104 creates a file for the leader board. |
@niccokunzmann we could add a post request to a specific url after gameover and record the score with the username which should be provided when game is over, we will neglect it for score < 1 (i.e, 0). We could implement security too by making a hash pair between the server and client so that the score does'not get updated without playing the game. |
@silentframe are you at this? |
Once we have a score, we can create a leader board.
We need
Please discuss how to do this and post your ideas here so we can make a better specification.
The text was updated successfully, but these errors were encountered: