Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catseye/marysue
Novel generator written for NaNoGenMo 2015
https://github.com/catseye/marysue
generated-novel generative-text nanogenmo novel novel-generator
Last synced: about 1 month ago
JSON representation
Novel generator written for NaNoGenMo 2015
- Host: GitHub
- URL: https://github.com/catseye/marysue
- Owner: catseye
- License: unlicense
- Created: 2015-11-30T10:41:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T10:54:06.000Z (10 months ago)
- Last Synced: 2024-03-04T12:05:08.655Z (10 months ago)
- Topics: generated-novel, generative-text, nanogenmo, novel, novel-generator
- Language: HTML
- Homepage: http://catseye.tc/node/MARYSUE
- Size: 95.7 KB
- Stars: 23
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MARYSUE
=======_See also:_ [The Swallows](https://git.catseye.tc/The-Swallows/) (2013)
∘ [NaNoGenLab](https://git.catseye.tc/NaNoGenLab/) (2014)
∘ [2017 Entries](https://git.catseye.tc/NaNoGenMo-Entries-2017/)
∘ [2018 Entries](https://git.catseye.tc/NaNoGenMo-Entries-2018/)
∘ [2019 Entries](https://git.catseye.tc/NaNoGenMo-Entries-2019/)- - - -
Original Generator! Do Not Steal!!1!
Built for NaNoGenMo 2015. Self-contained; requires only Python 2.7.
The novel generated by this generator for [NaNoGenMo 2015][] can be found
in the `generated/` directory of this repository. It can be also viewed
online here: [A Time for Destiny][].
It was generated with `SEEDBANK_SEED=9889` with the version of the code at
the `1.0` tag of this repository.Usage:
bin/MARYSUE
will generate a novel and dump it in the Markdown format. To create an
HTML file and display it locally (requires pandoc and Firefox),bin/MARYSUE --publish
This code is in the public domain; see the file [UNLICENSE](UNLICENSE)
in this directory.Also in this repository is a short article describing this generator, written
during NaNoGenMo 2015 (while the generator was still under construction):
[Overview of a Story Compiler][].[NaNoGenMo 2015]: https://github.com/dariusk/NaNoGenMo-2015/
[A Time for Destiny]: http://catseye.tc/modules/MARYSUE/generated/A_Time_for_Destiny.html
[Overview of a Story Compiler]: doc/Overview%20of%20a%20Story%20Compiler.md