Skip to content

mence/NaNoGenMo-Randenberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NaNoGenMo 2014: Randenberg

This is my first attempt at NaNoGenMo 2014, an attempt to spend the month of November 2014 writing code that generates a novel of 50k+ words. It's based on NaNoWriMo, the National Novel Writing Month.

This novel is generated by randomly selecting lines from the 5 most popular books (as well as Moby Dick) in Project Gutenberg.

It's written in Go. Assuming you have go installed, you can run it at the command line with:

go run randenberg.go

TODO

  • Only pick enough sentences to reach the word count (ie it should only pick sentences that comprise 50k worth of words)
  • Add some random paragraphing

About

Mashes together books from Project Gutenberg for NaNoGenMo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages