tweego
Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go. (by tmedwards)
dialogger
A simple cross-platform dialogue graph editor. (by etodd)
tweego | dialogger | |
---|---|---|
11 | 1 | |
140 | 341 | |
2.1% | 0.0% | |
0.0 | 10.0 | |
10 months ago | over 8 years ago | |
Go | JavaScript | |
BSD 2-clause "Simplified" License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tweego
Posts with mentions or reviews of tweego.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-27.
-
HTML text based game, how to ?
This game was made originally with Tweego for the Twine interactive fiction engine (which is where you should start).
-
How do you keep things organized in your story?
Anyway, I eventually tried using TweeGo instead of the web editor, and I have found it to be a huge boon to my workflow!
-
Sugarcube devs, what’s your usual development process looks like? Any tips to streamworking faster/smarter?
Second, (and this one probably IS relevant), I moved out of the Twine editor and into the waiting arms of Tweego And oh my word, it has helped so much.
-
history of twine?
There are a number of modern TWEE (Notation) command line "compilers" that are in use today, TweeGo being the most popular of them in my opinion.
-
How to create a story game with Javascript
You'll need to install Tweego, a tool that can parse stories as files in any preferred text editor. Be aware of its limitations, though:
-
Can Emacs display html character representation as the actual characters?
I have to edit an archive that is full of HTML character representations such as '. It is not an actual HTML file, though, but rather a file generated by Tweego. The HTML representations are not pleasant to read, but I wouldn't change the file. Would it be possible to simply make they appear rendered, for my own sake?
-
Twine is an open-source tool for telling interactive, nonlinear stories
There's a text-based representation called twee. You can use tweego (https://github.com/tmedwards/tweego) to convert between twee and html/twine.
-
Twine 2.5 layout is very clicky and mouse-hunty (Helpful suggestions after the whining)
Good set of feedback. The Twine UI could definitely use some improvements, but you may want to consider looking into a Twee-based workflow for better control over your experience. Tools like Tweego let you write Twine stories in raw text files, which you can lay out and edit however you want in an editor of your choice. You can find past discussions about how to get started on this subreddit.
-
A simple, near unimportant question
In general, though, standard workflow is to use Tweego as your compiler and VS Code as your editor with the Twee3 Language Tools extension. There are plenty of other extensions for spellcheck or JS/CSS linting, but T3LT is the essential one. All of those are available for free, though there's resources online and elsewhere on the sub that'll explain how to get them running better than I can.
-
Is there some kind of dialogue\graph editor similar to Twine or Articy:Draft that I can actually export into a JSON to use from inside my engine?
While not JSON specifically, twine index.html files can be parsed into (or natively written in) Twee with tools like Tweego, which is a fairly easy-to-parse file format. Certainly an option if you have existing Twine stories you'd like to transfer.
dialogger
Posts with mentions or reviews of dialogger.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-01.
-
Is there some kind of dialogue\graph editor similar to Twine or Articy:Draft that I can actually export into a JSON to use from inside my engine?
There's an old article The Poor Man's Dialogue Tree about implementing one and the code for it saves to JSON: dialogger.
What are some alternatives?
When comparing tweego and dialogger you can also consider the following projects:
twine - Utilities for interacting with PyPI
twine-specs - Specs related to Twine
sugarcube-2 - SugarCube is a free (gratis and libre) story format for Twine/Twee.
YarnSpinner - Yarn Spinner is a tool for building interactive dialogue in games!
twinejs - Twine, a tool for telling interactive, nonlinear stories