
Twine / An open-source tool for telling interactive, nonlinear stories
Nov 24, 2024 · Twine is an open-source tool for telling interactive, nonlinear stories. You don't need to write any code to create a simple story with Twine, but you can extend your stories with variables, conditional logic, images, CSS, and JavaScript when you're ready.
Twine
Twine is an open-source tool for telling interactive, nonlinear stories. There are a few things you should know before you get started.
Introduction
This is a reference guide for the Twine editor. It describes Twine's user interface and introduces the larger ecosystem that surrounds it. If you've never built anything with Twine before, this will guide through the basics and point you to resources that will help continue to learn.
Twine Cookbook
This Cookbook contains documentation, tips, and examples for using the non-linear story creation tool Twine. Reading the Cookbook Online # Starting with version 2.0, the Twine Cookbook is created using mkdocs with the Material theme and plugin set .
Installing Twine - twinery.org
This documentation calls the version of Twine you use directly in a browser "browser Twine" for short, and the version of Twine you install onto a computer "app Twine." If you're using a tablet computer, the only way to use Twine is through a web browser.
Basic Concepts - twinery.org
Twine is a tool for editing interactive narratives. It isn't a tool for playing interactive narratives. When you share a story with players, it exists as an HTML file that can be opened in any web browser, and doesn't require players to install Twine themselves.
Getting Around in Twine - twinery.org
Getting Around in Twine. Some parts of Twine's interface are present no matter what you're doing in Twine. The Top Toolbar. There's a toolbar that sits at the top of the screen no matter where you are in Twine. It's split into labelled tabs. The active tab has a blue border beneath the label.
Hi! - Twine
Twine is an open-source tool for telling interactive, nonlinear stories. There are a few things you should know before you get started.
Debugging with SugarCube and Twine 1 .... argh! :)
(related to A) There is a Twine 1 command line tool named Twee which can be used to build Twine 1 story HTML files from twee text files, although you will need to download the Twine 1 source code to access it.
How "solid" is Twine? - Twine Forum
There are command line tools for generating a Twine Story HTML file from (Twee-based) text files which you can edit using your favourite Text Editor/IDE, which makes handling a large Twine/Twee project no different than handling one in many other programming languages.