I amazed by your work, I had been considering creating a point and click in Love2D and you have successfully done it and more. I had a look at the source code and it's quite easy to understand. Would you consider releasing the framework to your adventure game engine. Tis truly amazing.
Viewing post in The founders of [redacted] comments
Thanks!
I already released the three most important parts of the engine (pathfinding, multitasking, dialogues):
- https://codeberg.org/apicici/pathfun
- https://codeberg.org/apicici/strands
- https://codeberg.org/apicici/plato
Everything else is either gluing things together or having to do with inputs and GUIs.
I originally intended to release the whole thing, but it accumulated too much cruft and I don't have time to polish it and write a decent documentation for it. What I will likely do when I have a bit of time is releasing the engine source as is, so people can use it as a starting point.