mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 06:00:26 -04:00
1.3 KiB
1.3 KiB
Introduction
This documentation is a reference for Tweego, a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.
Tweego is a command line program that compiles a Twine game from loose, usually text, files. Passages are defined within Twee files—see: Twee Notation and Twine Cookbook: What is Twee?—though Tweego supports many types of files. This allows you to write your game using your favorite text editor, rather than the Twine IDE, and compile it into an .html
file with Tweego.
Note: If you believe that you've found a bug in Tweego, or simply wish to make a suggestion, you may do so by creating a new issue at its source code repository.