megazear7 / adventure-task

2 stars 0 forks source link

Data Creation #8

Closed megazear7 closed 9 years ago

megazear7 commented 9 years ago

Create the json data in a file that has character information, a list of discoveries (or at least a template filled in with nonsense), and a blank "quest log".

{
"character" : {},
"discoveries": [{}],
"quests": [{}],
}

Additionally, use the character json data to initialize the character object via the Character classes constructor method.