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

High score database #11

Open
rcmaniac25 opened this issue Apr 30, 2015 · 0 comments
Open

High score database #11

rcmaniac25 opened this issue Apr 30, 2015 · 0 comments

Comments

@rcmaniac25
Copy link
Member

Offer some method (remember, don't assume that the game framework/engine/etc. is known) that would allow the developer of the game to keep high scores.

The database should simply be (all strings):

  • game name
  • game version
  • player name
  • player score

Commands:

  • insertOrReplace (takes player name and score, return "true"/"false" for success or failure. Score must have a value)
  • delete (takes player name, return "true"/"false" for success or failure)
  • find (takes player name, returns score or "" when nothing is found)
  • query (returns all players and their scores)

If machine is ever network connected, it can display these values on the SGDC website.

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

No branches or pull requests

1 participant