๐Ÿ“š
Study of Interactive Fiction
  • Overview
    • โ˜ธ๏ธWelcome to our study of Interactive Fiction
    • ๐Ÿ’กIdeas for other games to read closely
  • ๐ŸŽฎVideogame book club
    • ๐ŸดNarrative types and choices
      • ๐Ÿค–Choice of Robots
      • ๐Ÿ˜ขDepression Quest
      • ๐ŸถHowling Dogs
      • ๐Ÿ’พDigital: A Love Story
    • ๐Ÿ‘จโ€๐Ÿ”ฌCyberpunk and AI
      • ๐Ÿ‘ฉโ€๐Ÿš€Creatures Such As We
      • ๐Ÿ‘ Sense of Harmony/Universal Hologram
  • ๐ŸงตTwine Tutorials
    • โš’๏ธSetting up
    • ๐ŸŽจGame Design
    • ๐Ÿ”—Link Styles
Powered by GitBook
On this page
  • Story Types in Twine
  • Looking under the hood of Twine games
  • Collaborating using Twine
  1. Twine Tutorials

Setting up

Get to using Twine! and other tools?

PreviousSense of Harmony/Universal HologramNextGame Design

Last updated 1 year ago

Download Twine to your PC or Mac, or use in-browser. If you are using a tablet, use Google Chrome to access Twine and save to a file periodically to avoid losing work.

Story Types in Twine

There is the default, Harlowe. It is more friendly for beginners but if you want to do more complicated things, like have a soundtrack, you should learn to use the other type, which is called Sugarcube.

Looking under the hood of Twine games

While playing a Twine game online, right-click on the page. Click "save as" in the drop-down menu. Save the htmls file as "webpage, complete". I think on Mac this will be under "file > save as > web archive"

If you save it in Twine's "stories" directory, it will appear in your home menu:

Otherwise, go to Library -> Import and click "choose file" in the bottom right-hand pop-up. Then you need to find where you saved the initial HTML file.

Collaborating using Twine

Sending a file back and forth to your friend can work, but it's a big hassle, and it's possible to lose work if you aren't using the most recent version. A software that tracks and organizes the changes to your file is called version control. GitHub is a free software that can do this.

For whatever reason, HTML files don't play well with GitHub. If you still want to use the GUI (general user interface) of Twine AND use GitHub, you will need to learn to export and import from Twee.

Twee is the source code behind the Twine games. It has all the code stuff.

Section on using Github goes here.

๐Ÿงต
โš’๏ธ