Matt Gauger
Matt Gauger
Reading your code has been a big inspiration to me, @Alamantus. Just wanted to mention that.
This looks great! Spot on font.
Sadly, I didn't get far enough in one night to implement the later interesting bits of [The Journal of Albion Moonlight](https://www.goodreads.com/book/show/473557.The_Journal_of_Albion_Moonlight), in which the typography breaks down. There's also poems...
Not a whole lot of details yet, but I do have a question: What do people use to render nice PDF versions of their books? I know Latex/tex is very...
Thanks @JKirchartz!
I was curious to play with Sherlock Shuffle and char-rnn, but hoping to write my own thing using Tracery, perhaps Seaduck. Getting interested in procedurally generating plot and characters and...
Whoops. Mobile UI makes it way too easy to close issues 😬
Ok, so after sketching out some more ideas last night, I've decided to riff on the temporary Issue title I set above. This novel will (ideally) be about a journey...
Confirmed that if I pull in [`seedrandom`](https://www.npmjs.com/package/seedrandom) library to Node, which sets a global seed to JS's `Math.random`, that the [`seaduck`](https://github.com/aparrish/seaduck) library outputs the same output every time with the...
I'm calling my language and word generator "good enough" for now. It is heavily inspired by https://mewo2.com/notes/naming-language/ and https://github.com/mewo2/naming-language/blob/master/language.js but simplifies some of the rules for spelling and other details....