Skip to content

Adlibber Notes

Trebek edited this page Aug 17, 2013 · 7 revisions

Table of Contents



Description


Pretty self explanatory. A simple program that pulls words from some tables, and inserts them into a short, pre-written story. Plan to modify it to use user input words, and to piece a story together using sentence fragments in tables.



Features


  • Randomly pulls words from tables of words, and inserts them into a story. Nearly endless amount of combinations.
    • Separate, easily modifiable word tables for adjectives, nouns, and verbs.


Changelog


0.1.0

  • Wrote basic program.
  • Uploaded program to GitHub.


To-do list


  • Make it so Adlibber uses the user's own words.
    • Ask the user for ~10 words. A couple of names, A few nouns, and a few adjectives perhaps.
    • If user doesn't want to use their own words, Adlibber should pull words from it's word tables
  • Make it so Adlibber constructs the short story using sentence fragments.
    • Sentence fragments could be stored in tables.

Clone this wiki locally