https://github.com/pwright/twinedemo
Demo of Twine at https://finp.github.io/twinedemo/index.html
https://github.com/pwright/twinedemo
Last synced: 4 months ago
JSON representation
Demo of Twine at https://finp.github.io/twinedemo/index.html
- Host: GitHub
- URL: https://github.com/pwright/twinedemo
- Owner: pwright
- License: apache-2.0
- Created: 2017-10-04T20:10:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T11:09:08.000Z (over 8 years ago)
- Last Synced: 2025-09-09T20:13:46.128Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Twine Demo
Purpose: To demonstrate link:https://twinery.org/[Twine] to a young audience, with the hope that they can then write a simple twine game and learn more about software and twine afterwards.
Scope: Twine using the link:http://www.motoslave.net/sugarcube/2/[Sugarcube] story format.
Outline of demo:
. Page - create a page and play it.
. Links - create two links and play the game. Show the 'back' button.
. Variables - what are they?
. Game score variable, initialize and show how it can be incremented
. Game mechanics - gain and lose scores
. Graphics - adding giphy graphics
. Actions macros
. Publishing a game - github, or other hosting services.