https://github.com/booyaa/nanogenmo2016
My entry for the NaNoGenMo 2016
https://github.com/booyaa/nanogenmo2016
nanogenmo procgen
Last synced: about 1 month ago
JSON representation
My entry for the NaNoGenMo 2016
- Host: GitHub
- URL: https://github.com/booyaa/nanogenmo2016
- Owner: booyaa
- License: apache-2.0
- Created: 2016-11-01T20:16:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T08:34:15.000Z (over 9 years ago)
- Last Synced: 2026-04-02T08:29:01.644Z (about 2 months ago)
- Topics: nanogenmo, procgen
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NaNoGenMo 2016
My 2016 entry for the yearly [National Novel Generation Month](https://github.com/NaNoGenMo/2016).
I'd like to start off with a simple concept where each day the code writes the days of the month i.e. today it will write "One" 1,666 times.
As often as possible, during this month I'd like to improve on the generation. My initial idea was to add patterns that make the text look like novel, except written in some mysterious code (cryptography rather than my programming style) e.g.
> One, "one one?".
> "One..."
> "One!!?!"
I'll keep updating the issue as I come up with new ideas.
# Usage
To follow...
# The Novel
Can be found [here](https://github.com/booyaa/nanogenmo2016/blob/master/novel.md).
# Change log
## 0.3.0 - varying sentence length. code that would make cristi cry (sorry).
## 0.2.0 - added seed data and better formatting
## 0.1.0 - initial release
Copyright 2016 Mark Sta Ana.
Licensed under the Apache License, Version 2.0 at your option. This file may not
be copied, modified, or distributed except according to those terms.