tweego
Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go. (by tmedwards)
twine
Utilities for interacting with PyPI (by pypa)
tweego | twine | |
---|---|---|
11 | 17 | |
140 | 1,671 | |
2.1% | 1.5% | |
0.0 | 8.8 | |
10 months ago | 7 days ago | |
Go | Python | |
BSD 2-clause "Simplified" License | Apache License 2.0 |
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.
twine
Posts with mentions or reviews of twine.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-01.
-
Private Python Packages With devpi
Twine is also an option if you'd rather stick with the traditional PyPi upload system. It does require an additional duplication of the keyring entry and a configuration file addition as well. First I'll create a $HOME\.pypirc file (make sure this is Powershell so $HOME expands properly) with the following contents:
-
Enforcement of 2FA for upload.pypi.org begins today
Does anyone here use the twine upload tool to seamlessly upload their builds to pypi? It's obvious that tool will now be broken, I'll go and check what solution they're offering!
- Twine is an open-source tool for telling interactive, nonlinear stories
-
We've all been there
edit: google is amazing: https://github.com/pypa/twine/issues/153
- When you stop caring.
- The curse of open source
-
Looking for a concise install, config, and use instruction for Twine on Linux
That's a different Twine, I believe this one.
- “I decided I don't care”
- what types of linux issues make you go like this? for me it's whenever i have to modify something in xorg.conf.d
- me when post game analysis say my move was an inaccuracy
What are some alternatives?
When comparing tweego and twine you can also consider the following projects:
sugarcube-2 - SugarCube is a free (gratis and libre) story format for Twine/Twee.
inky - Combined library for V2/V3 Inky pHAT and Inky wHAT.
dialogger - A simple cross-platform dialogue graph editor.
ideas - :rocket: Ideas for everyone under a CC licence. Feel free to use. I'll send you a postcard if you build anything on this list.
twinejs - Twine, a tool for telling interactive, nonlinear stories
cibuildwheel - 🎡 Build Python wheels for all the platforms with minimal configuration.