Yes! I was doing something similar – I kept loading up the Bingo generator with a lot of different lists, then creating a bunch of 2x2 cards and hoping I'd get something with enough variety to make a single story prompt. But I'd keep getting things like three settings prompt and a dramatic situation.
One thing I want to do in the future is add a function that lets you repeat lists and get different values from them in each set. So, for example, if you had a cast of characters and wanted to work on character building and interaction, you could have a "POV character" and a "second character" (or a "character one" and "character two", or "protagonist" and "antagonist", etc.) list with the same characters listed, but the generator would make sure that it selected a different character each time.
I just need to figure out how best to code that into the logic...
no subject
Date: 2014-07-05 12:51 am (UTC)One thing I want to do in the future is add a function that lets you repeat lists and get different values from them in each set. So, for example, if you had a cast of characters and wanted to work on character building and interaction, you could have a "POV character" and a "second character" (or a "character one" and "character two", or "protagonist" and "antagonist", etc.) list with the same characters listed, but the generator would make sure that it selected a different character each time.
I just need to figure out how best to code that into the logic...