Hacker News new | ask | show | jobs
Visual Novel analyser: from meaningless source code to a beautiful graph (renpy.amethysts.studio)
2 points by ewenquim 1874 days ago
1 comments

I finally used my CS knowledge about graphs for a concrete project... Never thought it'll happen for real!

So I made a tool that can draw a graph of the routes of a Visual Novel made with Ren'Py. Very useful for developers who want to manage a large complex project, or curious gamers who want to know the possibilities offered by the game they are playing.

The library is built with Go, the website uses WASM. Let me know what you think about it!