iamtomhewitt / vr-pacman

First person VR Pacman, available on Google Play. Why not give it a five star review? ⭐️
https://play.google.com/store/apps/details?id=com.SwivelChairGames.VRPacman
2 stars 1 forks source link

Bitbucket #6: Convert highscore retrieval to json #3

Closed iamtomhewitt closed 5 years ago

iamtomhewitt commented 5 years ago

Need to add a 'safety net' for this. When this gets implemented we will no longer use a date string in front of the player name, we will just send the player name. Older versions may need to check against this.

Either that or we just change all the scores in the leaderboard using a quick python script. And then any new scores that get added we just edit for the time being.

Anyone who makes a comment saying highscores are not working will need to be informed of the change.

We could also stick an exception catch in saying please try again later if the processing fails?