Input source is parametrized all the way down.
[open-adventure.git] / TODO
1 = Open Adventure TODO =
2
3 * Use a real pseudorandom-number generator with a seed rather than just
4   time-sampling.
5
6 * Add command log replay.  Note that the replay log needs to begin
7   with the random-number seed.
8
9 * Use that feature to make regression tests from walkthroughs.
10
11 * Translate the FORTRANish mess to actual C.
12
13 * Inline the database so the code doesn't need an external file.