Hi,
There’s a book called First and Last Men by Olaf Stapledon that tells a “future history” of humanity over the next 2 billion years(!!). It was written in the 1930’s and it has a lot of issues by modern standards. My idea was put together something like this, but make it interactive (and perhaps only 500 - 2000 years long).
They way I was imagining it working is:
- Readers would select from various choices how they think humanity would broadly react to various events
- Depending on the choice they made different global (in the coding sense) variables would be updated, representing global (relating to the world) properties such as the birth rate, technology research, war mongering, degree of inequality, global warming etc. etc.
[actually the variables would not be changed directly, rather their rate of change, or the rate of change of the rate of change…] - Some time steps would pass, updating the global variables with each step until…
- The values of the global variables trigger a new event [e.g. new technology invented, or a war, pandemic, etc] and the process is repeated.
In the process they are building a narrative story about the future of humanity. The story would end when you get to X years in the future.
Some questions:
- Do you like the idea? Is it something you would want to read/play? Maybe it’s less fun, but it’s at least interesting…
- What tools would you recommend? - I’ve not written any IF before, but having a look at the common tools it’s not obvious if this kind of event-driven story is easy to implement with them.
- I also think it would be cool to make the story itself some kind of open source/wiki thing that people can either collaboratively build or fork off and modify their own version - do you have any examples of collaborative stories like this?
- Are there tools for keeping track of the options people choose when they read your IF story? Could you do some analytics on this?
Thanks for any help you can provide!