-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is about Twine and Interactive Fiction I will try to write some guides and link them here. I will do my best to write them in a way so that also people with little programming background find them useful.
Check out the sidebar for the different pages.
Also check Problems and solution for game-components covered by this framework.
Some links with information to javascript/html/css:
https://developer.mozilla.org/en-US/docs/Web/Reference
https://www.w3schools.com/howto
https://wiki.selfhtml.org/ (german)
https://api.jquery.com/
Some links with information to twine/tweego/snowman
http://twinery.org/cookbook/
https://videlais.github.io/snowman/2
http://underscorejs.org/
https://twinelab.net/twine-resources/#/
Some links concerning writing IF
http://writeonsisters.com/writing-craft/outlining-method-2-active-beats-aka-show-dont-tell/
IF Story archives
https://www.ifarchive.org/indexes/if-archiveXgamesXtwine.html
PS.: You will find that there are large amounts of grammar and spelling errors on those pages. Thats because english is not my native language.
What is twine and interactive fiction
Exampl. SuperSimpleStory
What are storyformats
Why snowman
Setup tweego and snowman
Switching between Tweego and Twine
Snowman template methods
Snowman markup
javascript usage
debugging your story
Common issues with template methods and scripting
Story Telling in general
General concepts for IF
Scenes & Sequels
Designing Puzzles
See here about my js-framework running in snowman:
==> problems & solutions <==