antivirak / japonsko-vn

RenPy visual novel about gaijin trip to japan
0 stars 0 forks source link

Create parser that exports all possible paths in story #47

Closed antivirak closed 1 week ago

antivirak commented 4 months ago

As the story is branching, it is hard to keep track, how many points can be collected at any point in story and if all branches are even reachable. Create parser that creates JSON-like structure of the story graph from the script files. After that go through all paths programatically and test reachability.

antivirak commented 1 week ago

Used existing golang script to generate flowchart. The affirmation points can be added manually.