Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophia Park committed Feb 21, 2017
1 parent 169b110 commit 6344fbc
Show file tree
Hide file tree
Showing 29 changed files with 6,159 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
34 changes: 32 additions & 2 deletions README.md
@@ -1,2 +1,32 @@
# forgotten
Twine interactive source code.
# Forgotten

[Forgotten](https://sophiapark.itch.io/forgotten) is a Twine interactive created by [Sophia Park](http://sophiapark.ca), and [Arielle Grimes](http://www.ariellegrimes.com).

# Source code

Includes:

- The Twine 1.4.2 .tws file.
- All audio files contained in a separate folder.
- All images contained in a separate folder.

Please note that the compiled Twine .html references the audio folder. You will require Twine 1.4.2 to open the .tws file; however, there is no required story format, as it uses the default Sugarcane format.

Forgotten uses several Twine macros by other authors:

- The [JavaScript passage transition "Typewriter"](https://www.glorioustrainwrecks.com/node/5161) by Leon Arnott.
- The [sqTwineSound](https://github.com/AteYourLembas/sqTwineSound) HTML5 audio Twine macro suite by Tory Hoke.
- The [Replace](http://www.glorioustrainwrecks.com/node/5019) Twine macro set by Leon Arnott.
- The [Timed Goto](https://www.glorioustrainwrecks.com/node/5108) Twine macro by Leon Arnott.
- This [Screenshake](https://gist.github.com/20hz20khz/a36f4162d1f57e745d9b) Twine macro by dariusk, updated by 20hz20khz for Twine 1.4.1.

These macros may be licensed separately from Forgotten, but conform to their individual licenses to the best of the authors' knowledge.

Forgotten also includes the following fonts:

- The "[pxplusibmcga](http://int10h.org/oldschool-pc-fonts/)" font by VileR, used under the [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/).
- The "[Perfect DOS VGA 437](http://www.dafont.com/perfect-dos-vga-437.font)" font by Zeh Fernando, released without any explicit license, but listed as 100% free.

# License

The code is released under the MIT License. All assets created by the authors (sound and image) are released under the [Creative Commons Zero 1.0 Univeral License](https://creativecommons.org/publicdomain/zero/1.0/).
Binary file added aud/computer2.mp3
Binary file not shown.
Binary file added aud/hit.mp3
Binary file not shown.
6,126 changes: 6,126 additions & 0 deletions forgotten.tws

Large diffs are not rendered by default.

Binary file added img/bordertest_.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/crossroads1.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/crossroads2.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/crossroads3.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/crossroads4.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/empathystar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/forgottenblade.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hydros.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hydros_corrupt.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hydros_shock.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lithos.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lithos_corrupt.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lithos_shock.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/medal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mouseClicker_18x28.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mouseQuestion_18x28.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mouseStandard_18x28.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/noise2.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pyros.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pyros_corrupt.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pyros_shock.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/stratos.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/stratos_corrupt.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/stratos_shock.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6344fbc

Please sign in to comment.