Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
/ maitreya Public archive

WIP · A story about an artificial intelligence

Notifications You must be signed in to change notification settings

croque-scp/maitreya

Repository files navigation

maitreya.aic

What is it?

An interactive SCP story.

This repository contains compiled builds which are available here:

Building

In order to build Maitreya from source you will need Git, Node.js and Gulp.js installed.

git clone https://github.com/rossjrw/maitreya.git
cd maitreya
npm install
gulp
xdg-open dist/index.html

This will compile and open Maitreya in a browser.

index.html provides a resizable iframe for testing different screen sizes, which contains maitreya.html. maitreya.html is the content of the article, and fills the iframe if accessed through index.html or the Wikidot page, or the whole screen if accessed by itself.

src/js/LoopService.coffee is a file generated by a spreadsheet on Google Sheets. Please contact me if you require access to this spreadsheet (it will be very useful for translations).

License

Code: GPL; content: CC-BY SA 3.0