Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Combining Twine and P5.js

Hey!

I partnered up with a friend to develop a Twine game where the player's choice would output, in real time, as a generative drawing, that runs on P5.js. However, I have little to none experience with the Twine engine and I was wondering if it can natively write in a .txt file, which will hold the seed values for the said drawings; or should I just write a JS script from scratch to do so? I'll probably use the Harlowe engine.

Hope I was clear enough :)
Thanks

Comments

  • Twine itself can't do that but at its core it's a website so I'd look at how you make a website do that and go from there.
Sign In or Register to comment.