An open API service indexing awesome lists of open source software.

https://github.com/brainfkt/embryo

An interactive fiction made on Twine using the SugarCube story format.
https://github.com/brainfkt/embryo

css html javascript story-format sugarcube sugarcube2 twine twine-format twine-game twine2

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# [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](https://creativecommons.org/licenses/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](https://opensource.org/licenses/MIT).
*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](https://creativecommons.org/licenses/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](structure/LICENSE_MIT) 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](story/LICENSE_CC_BY-NC-SA_4.0) file located in the `story` folder.
*(This license covers all creative and narrative elements outside of the source code.)*