Skip to content

Instantly share code, notes, and snippets.

@Pinacolada64
Created January 11, 2022 04:52
Show Gist options
  • Save Pinacolada64/c71c35c23cdcf1896cc7aee0c1cecbbc to your computer and use it in GitHub Desktop.
Save Pinacolada64/c71c35c23cdcf1896cc7aee0c1cecbbc to your computer and use it in GitHub Desktop.
Player JSON data
{
"id": "x",
"name": "Mr. X",
"map_level": 1,
"room": 1,
"money": 1000,
"health": 100,
"xp": 100,
"flag": {
"room_descs": true,
"debug": true
},
"last_command": [
"quit"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment