https://github.com/jdormit/milady-silicon
An interactive fiction
https://github.com/jdormit/milady-silicon
Last synced: 8 months ago
JSON representation
An interactive fiction
- Host: GitHub
- URL: https://github.com/jdormit/milady-silicon
- Owner: jdormit
- License: mit
- Created: 2017-04-13T01:34:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T21:46:19.000Z (about 9 years ago)
- Last Synced: 2025-03-15T12:30:29.677Z (about 1 year ago)
- Language: Elm
- Homepage: https://jdormit.github.io/milady-silicon
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Milady Silicon
> An interactive fiction written in Elm
## Project structure
The app entry point is [`src/Main.elm`](./src/Main.elm). All the scenes are defined in
[`src/Scenes.elm`](./src/Scenes.elm).
## Running the app
To run the development server:
$ elm reactor
To compile the app to Github pages (make sure to configure the repository settings properly):
$ elm make --output docs/index.html src/Main.elm
## License
This project is licenced under the [MIT license](./LICENSE.md).