Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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