Add TODO items.
[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 logging and command log replay.  Note that the replay log
7   needs to begin with the random-number seed.
8
9 * Use that feature to make regression tests from walkthroughs.
10
11 * Add command-line option to disable all extension features.  First
12   extension features: (1) Command prompt, (2) initial resource-allocation
13   number display suppressed.
14
15 * Translate the FORTRANish mess to actual C.
16
17 * Inline the database so the code doesn't need an external file.