Last active
January 2, 2016 22:59
-
-
Save Atlas48/8373675 to your computer and use it in GitHub Desktop.
Some JSON formatted notes for projects I have in mind.
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
{ | |
"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 | |
} | |
} |
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
{ | |
"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