2017 icon indicating copy to clipboard operation
2017 copied to clipboard

Resources

Open hugovk opened this issue 6 years ago • 12 comments

This is an open issue where you can comment and add resources that might come in handy for NaNoGenMo.

There are already a ton of resources on the old resources threads for the 2013 edition, the 2014 edition, the 2015 edition, and the 2016 edition.

hugovk avatar Aug 08 '17 19:08 hugovk

Is there a "greatest hits" of previous years? I'd love to see what's been done, but there 142 to click through in last year's alone...

danstalcup avatar Aug 20 '17 16:08 danstalcup

If you limit it to those tagged "completed" it should be much smaller. I'm not sure "greatest hits" is going to be uncontroversial, since people are looking to get very different things out of it. But, if you look at the press coverage thread you'll see which entries journalists thought were cool. (This is sometimes different from 'completed' -- for instance, everybody thought Generated Detective was awesome, but it didn't get anywhere close to 50k words.)

On Sun, Aug 20, 2017 at 12:08 PM Dan S. [email protected] wrote:

Is there a "greatest hits" of previous years? I'd love to see what's been done, but there 142 to click through in last year's alone...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NaNoGenMo/2017/issues/1#issuecomment-323594669, or mute the thread https://github.com/notifications/unsubscribe-auth/AAd6GYeHwwJ49CaTfHcPgxe9OGrxnGtNks5saFoMgaJpZM4OxJ7S .

enkiv2 avatar Aug 20 '17 17:08 enkiv2

I've derived a more structured edition of the original Plotto: https://github.com/eykd/plottoxml, which should make this fascinating little plot machine easier to work with programmatically. Feedback and suggestions are welcome, just open an issue!

eykd avatar Oct 12 '17 14:10 eykd

Storygen.org: there's a bunch of academic story generators sitting around from past research, many of which have the source code available. A couple of academics have started compiling a list: http://storygen.org/

Bruno Dias has recently released a tutorial for Improv, the grammar-for-procedural-generation used in Voyaguer and inspired by The Annals of the Parrigues: http://www.procjam.com/tutorials/improv/ Improv itself can be found here: https://github.com/sequitur/improv

Lastly, it's a very limited list that leaves a ton of amazing work off, but a bunch of my favorite entries from past years can be found in the #nanogenmo tag on my blog: http://procedural-generation.tumblr.com/tagged/nanogenmo

ikarth avatar Oct 22 '17 15:10 ikarth

A repository of plotlines scraped from wikipedia: https://github.com/markriedl/WikiPlots

A list of public datasets: https://github.com/caesar0301/awesome-public-datasets

My mirror of the lyrics to UK pop hits from 1953 to 2009 (scraped by @hugovk): http://www.lord-enki.net/ukhitslyrics1953-2009.zip

enkiv2 avatar Oct 23 '17 12:10 enkiv2

A few things of mine that I hope will prove helpful to you all:

aparrish avatar Oct 23 '17 16:10 aparrish

Also... not mine, but I'm hoping to do a quick tutorial on how to use it soon: all of WordNet in JSON format. (More about WordNet here)

aparrish avatar Oct 23 '17 16:10 aparrish

Created for a previous NaNoGenMo, I've updated this JSON of metadata of 55,809 Project Gutenberg ebooks.

https://github.com/hugovk/gutenberg-metadata

See also gutenberg-http, "A simple API for books".

https://c-w.github.io/gutenberg-http/

hugovk avatar Oct 25 '17 12:10 hugovk

Here's a very recent paper, Abstract Patterns in Stories: From the intellectual legacy of David G. Hays by William L. Benzon. Haven't read it yet but on a skim it looks relevant!

dariusk avatar Oct 27 '17 16:10 dariusk

Kate Compton (creator of Tracery) & Google just open-sourced Bottery, which takes Tracery and adds a Finite State Machine on top of it, all driven by JSON inputs: https://github.com/google/bottery

And speaking of academic papers, there's a recent one from the PCG Workshop about how Caves of Qud generates histories for its Sultans, with a particularly interesting look at how they got away with subverting causality: https://dl.acm.org/citation.cfm?id=3110574 (I'm not finding an open version of it around at the moment, unfortunately. But your library may have access. A video of the associated talk is here: https://youtu.be/Te2ek89EEUs?t=4h49m26s )

ikarth avatar Nov 01 '17 15:11 ikarth

A couple of things that I found interesting relating to enumerating all possible books.

Ogaday avatar Nov 04 '17 10:11 Ogaday

Storygen.org: there's a bunch of academic story generators sitting around from past research, many of which have the source code available. A couple of academics have started compiling a list: http://storygen.org/

Here's a permalink (storygen.org is now a redirect to somewhere random) http://web.archive.org/web/20171107055301/http://storygen.org/

jaredly avatar Nov 11 '19 18:11 jaredly