Greg Kennedy

Results 54 comments of Greg Kennedy

Yeah I stumbled across this thanks to the write-up in your blog, and it's awesome. The presentation is excellent, the covers and map generation... there's a TON of templates making...

# And... it's done. ## Novel: https://github.com/greg-kennedy/ChessBook/blob/master/sample/novel.md ### Code (repo): https://github.com/greg-kennedy/ChessBook ## Preview ![preview](https://user-images.githubusercontent.com/4950446/33235190-9f7dd374-d1f8-11e7-8ac0-4adc36a28284.png)

So, a couple things to note about this. First, I tried to make this novel "interesting" by using a Mate-in-2 problem, so that White would have an ending to search...

This generator would make a good Twitter bot!

A bit off-topic, but I always loved this analysis of the CYOA book series. http://samizdat.cc/cyoa/

![screenshot 2017-11-11 at 11 20 47 am](https://user-images.githubusercontent.com/4950446/32691781-8db70ee8-c6d2-11e7-9091-be623cdd84e1.png) Perfection.

That's a great summary, a nice review of entries from previous years. I wish we had an English article with as much depth!

`git mv departures.txt departures.md` if you want to take advantage of Github's automatic Markdown styling. These character sketches are cool, I'm impressed by your code though - it's very clean,...

See also this entry from 2014: https://github.com/dariusk/NaNoGenMo-2014/issues/113

Not sure how much you've done with Markov chains before, but ... grammar quality is basically controlled by the (word) length of each phrase in your lookup hash. This is...