made with https://github.com/klembot/twinejs
see also https://www.motoslave.net/tweego/
Format: Twee2 documentation
Formater: Entweedle documentation
- To use Entweedle as a Twine 2 format, click the "Formats" link in Twine.
- Click on "Add a New Format"
- Enter
https://www.maximumverbosity.net/twine/Entweedle/format.js
. - You can now select Entweedle as your story format.
- Play your story, and copy/paste the generated twee source from the resulting export.
- Install tweego here
- Compile (from
.tw2
to.html
)tweego -f harlowe-2 cooper.tw2 -o index.html
- Hot reload (Preview for dev)
tweego -w -f harlowe-2 cooper.tw2 -o index.html
- Decompile (from
.html
to.tw2
)tweego -d index.html -o cooper2.tw2