Skip to content

High score database #11

Description

@rcmaniac25

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions