2023-07-04 14:58:51 +02:00
|
|
|
# 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
|
2023-07-04 17:11:10 +02:00
|
|
|
design document more expedient.
|
2023-07-04 22:27:06 +02:00
|
|
|
|
|
|
|
## 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
|
2023-07-15 21:49:18 +02:00
|
|
|
"genres". The goal here is to generate an arbitrary set of lists based on a JSON
|
|
|
|
file uploaded by the user.
|