├── Projects ├── manual.json ├── manual.jsonw └── projects_will_be_here.txt ├── README.md ├── Text └── output_here.txt ├── last.json ├── script.py └── state.json /Projects/manual.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FartyPants/StoryCrafter/HEAD/Projects/manual.json -------------------------------------------------------------------------------- /Projects/manual.jsonw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FartyPants/StoryCrafter/HEAD/Projects/manual.jsonw -------------------------------------------------------------------------------- /Projects/projects_will_be_here.txt: -------------------------------------------------------------------------------- 1 | That's right -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FartyPants/StoryCrafter/HEAD/README.md -------------------------------------------------------------------------------- /Text/output_here.txt: -------------------------------------------------------------------------------- 1 | Output will be here -------------------------------------------------------------------------------- /last.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FartyPants/StoryCrafter/HEAD/last.json -------------------------------------------------------------------------------- /script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FartyPants/StoryCrafter/HEAD/script.py -------------------------------------------------------------------------------- /state.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FartyPants/StoryCrafter/HEAD/state.json --------------------------------------------------------------------------------