I'm taking coding inspiration from CoC/TiTS/FoE (so awesome that they're on github) and, as a first pass to creating NSFW games, wrote a little "Choose Your Own Adventure" style game. You can find it online at http://indeviance.com/firstcyoa/#. The transformation options are female -> breast expansion, female -> futa, male -> cock expansion, male -> cuntboy. This CYOA is only about ~4500 words of writing (which means you can expect <1k words from start to finish for a given set of choices).
Enjoy! I have some ideas that are more fitting to post on fenoxo.com... but are way too audacious to come to life in a single project. I'm planning on creating a whole series of these with different transformation themes so that I can slowly build a library of reusable chunks of javascript. As a dream, I want to be able to write reusable chunks of text that can be said by any character in any conversation, provided personality/body type/other conditions are appropriate. I am thinking of the text description/author input of TiTS and the multiple interlocking parts of Dwarf Fortress. The simulation part is easy - type in "player.boobSize++;" and voila, breast expansion simulation. Textual descriptions and conversations are hard; coherent sentences/conversations are impossible to programmatically synthesize from scratch unless you're Microsoft. I'm hoping that a suitable combination of template-based writing, finite state AI, and hard-coded simulation can get me the modularity that I want. I also want to experiment with both smart and dumb natural language tools, if not to modify sentences, then at least to parse swathes of smut and figure out the best adjectives and synonyms to use. Uh... if you can't tell, I am more of a techie than a writer.
Lemme know your thoughts.
Enjoy! I have some ideas that are more fitting to post on fenoxo.com... but are way too audacious to come to life in a single project. I'm planning on creating a whole series of these with different transformation themes so that I can slowly build a library of reusable chunks of javascript. As a dream, I want to be able to write reusable chunks of text that can be said by any character in any conversation, provided personality/body type/other conditions are appropriate. I am thinking of the text description/author input of TiTS and the multiple interlocking parts of Dwarf Fortress. The simulation part is easy - type in "player.boobSize++;" and voila, breast expansion simulation. Textual descriptions and conversations are hard; coherent sentences/conversations are impossible to programmatically synthesize from scratch unless you're Microsoft. I'm hoping that a suitable combination of template-based writing, finite state AI, and hard-coded simulation can get me the modularity that I want. I also want to experiment with both smart and dumb natural language tools, if not to modify sentences, then at least to parse swathes of smut and figure out the best adjectives and synonyms to use. Uh... if you can't tell, I am more of a techie than a writer.
Lemme know your thoughts.