Skip to content

Instantly share code, notes, and snippets.

@Atlas48
Last active January 2, 2016 22:59
Show Gist options
  • Save Atlas48/8373675 to your computer and use it in GitHub Desktop.
Save Atlas48/8373675 to your computer and use it in GitHub Desktop.
Some JSON formatted notes for projects I have in mind.
{
"projectCreator": "Archie Sullivan",
"projectCode": "HT",
"projectCodename": "Hypertext",
"name": "GET 200",
"format": "Television show",
"subformat": "Videogame",
"currentColaborators": 1.5,
"colaboratorNames": [
"Archie Sullivan",
"/u/GershBinglander",
null
],
"logLine": {
"p1": "A new MMORPG is released! But this is no ordinary MMO,",
"p2": "this is Browzeek, the MMORPG that uses the web as a framework for it's landscape",
"p3": "A young newbie player joins browzeek and gazes upon it's esoteric following"
},
"devstatus": {
"pitchSample": "incomplete",
"greenlit": false
}
}
{
"projectCreator": "Archie Sullivan",
"projectCode": "RP",
"projectCodename": "Romeo Papa",
"name": "The Tales of Raiche Perranti",
"format": "Book",
"subformat": "IRC log",
"currentColaborators": 1,
"colaboratorNames": [
"Archie Sullivan",
null
],
"logLine":{
"p1": "A Wizard gets mad at his overly evil rival and decides to sort stuff out.",
"p2": "He then finds himself with more adventure than he bargined for"
},
"devstatus":{
"website": "incomplete",
"coding": "incomplete",
"greenlit": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment