Created
October 31, 2019 23:51
-
-
Save rbotzer/99864d376ae00303a8e93e214ed8d2c2 to your computer and use it in GitHub Desktop.
High scores data structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
key = (namespace, set, "pacman") | |
scores = { | |
"CPU": [9800, {"dt": "2017-12-05 01:01:11", "ts": 1512435671573}], | |
"ETC": [9200, {"dt": "2018-05-01 13:47:26", "ts": 1525182446891}], | |
"SOS": [24700, {"dt": "2018-01-05 01:01:11", "ts": 1515114071923}], | |
"ACE": [34500, {"dt": "1979-04-01 09:46:28", "ts": 291807988156}], | |
"EIR": [18400, {"dt": "2018-03-18 18:44:12", "ts": 1521398652483}], | |
"CFO": [17400, {"dt": "2017-11-19 15:22:38", "ts": 1511104958197}], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment