NaNoGenMo / 2017

National Novel Generation Month, 2017 edition.
https://nanogenmo.github.io
185 stars 7 forks source link

Departures and Arrivals #114

Open mathias opened 6 years ago

mathias commented 6 years ago

Code: https://github.com/mathias/destinations Dev journal: https://github.com/mathias/destinations#journal

Procedurally-generating the stories of people passing through the LAX airport, with the help of some data.

mathias commented 6 years ago

Done now! Output: https://raw.githubusercontent.com/mathias/destinations/master/departures.txt https://github.com/mathias/destinations/blob/master/departures.md Code: https://github.com/mathias/destinations Dev journal: https://github.com/mathias/destinations#journal

greg-kennedy commented 6 years ago

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, especially for a NaNo : )

mathias commented 6 years ago

Thank you! The code feels like a soup of attributes to me, to be honest. Oh well. I will do better next time I try to write a procedural generator. I already have some ideas!

mathias commented 6 years ago

Updated to markdown file and linked to it above and in README. Plus linked back to here -- missed that in the README somehow, the first time.

mathias commented 6 years ago

I blogged some thoughts here http://blog.mattgauger.com/2017/12/01/nanogenmo-2017/