17 lines
543 B
Markdown
17 lines
543 B
Markdown
# Brown Wall
|
|
|
|
> *Throwing shit at the wall and see what sticks*
|
|
|
|
Brown wall is an application with the goal of making the process of writing game
|
|
design document more expedient.
|
|
|
|
## Goal
|
|
|
|
The end goal is the create an interface that can both eat and spew out JSON
|
|
files representing a selection made from base variables contained within the
|
|
initial JSON file.
|
|
|
|
As it stands, there is a hard coded "genres" menu with a hardcoded set of
|
|
"genres". The goal here is to generate an arbitrary set of lists based on a JSON
|
|
file uploaded by the user.
|