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

Server: Create leader board. #92

Open
niccokunzmann opened this issue Feb 12, 2016 · 7 comments
Open

Server: Create leader board. #92

niccokunzmann opened this issue Feb 12, 2016 · 7 comments
Labels

Comments

@niccokunzmann
Copy link
Member

Once we have a score, we can create a leader board.
We need

  • a server that hosts the leader board
  • post scores and names to the boad
  • show the list of people who have scores.

Please discuss how to do this and post your ideas here so we can make a better specification.

@SilentFlame
Copy link
Contributor

@niccokunzmann
are we developing this as a game which can be played both online and offline?
or the thing is about just the score upload by the players?

@niccokunzmann
Copy link
Member Author

It can be played online and offline. We can create a local leaderboard for the app or also a global leaderboard.

@SilentFlame
Copy link
Contributor

That sounds cool.
How can I help you in this?

@niccokunzmann
Copy link
Member Author

We need to specify how this would work and collect ideas and implementation hints so other people not so experienced can do this, too.

@niccokunzmann
Copy link
Member Author

#104 creates a file for the leader board.

@niccokunzmann niccokunzmann changed the title Create leader board. Server: Create leader board. Dec 8, 2016
@abishekvashok
Copy link
Member

@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.

@abishekvashok
Copy link
Member

@silentframe are you at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants