Skip to content

An interactive fiction made on Twine using the SugarCube story format.

Notifications You must be signed in to change notification settings

Brainfkt/EMBRYO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a95b4db · Feb 11, 2025

History

38 Commits
Feb 11, 2025
Feb 11, 2025
Feb 11, 2025
Feb 11, 2025

Repository files navigation

[EMBRYO] Interactive Fiction Project

Welcome to the EMBRYO Interactive Fiction Project repository. This project is developed with Twine using the SugarCube story format.
The repository is divided into distinct parts, each governed by specific license.

  • Narrative Work : All texts, images, and other creative elements that make up the story are protected by the CC BY-NC-SA 4.0 license.
    You are free to share and adapt this content provided that you give appropriate attribution, refrain from commercial use, and distribute any derivatives under the same terms.

  • Source Code : The code base that runs this interactive fiction is located in the structure folder. This is licensed under the MIT License.
    This means that you can use, copy, modify, and redistribute this code — even for other projects — under the very permissive conditions of the MIT License.


Repository Structure

  • /story/
    This folder contains all the narrative content, including texts, images, and other creative elements of the story.

  • /structure/
    Houses the source code (scripts, configuration files, etc.) intended to be reused as a basis for creating other interactive stories.
    This section is free of narrative content.

  • /website/
    Contains the website's source code, enabling the interactive story to be played directly online via GitHub Pages.

Important

All files outside the structure folder is protected by the CC BY-NC-SA 4.0 license.


Licenses

  • Source Code (MIT License)
    You will find the full text of the MIT License in the MIT LICENSE file located in the structure folder.
    (This license applies exclusively to the content in the structure folder.)

  • Narrative Work (CC BY-NC-SA 4.0 License)
    The full text of the CC BY-NC-SA 4.0 License is available in the CC-BY-NC-SA-4.0 LICENSE file located in the story folder.
    (This license covers all creative and narrative elements outside of the source code.)

Releases

No releases published

Packages

No packages published

Languages