Don't loop back on resume file read failure...
[open-adventure.git] / TODO
1 = Open Adventure TODO =
2
3 * Update the command parser to accept a PRNG seed value.
4
5 * Add command logging and command log replay.  Note that the replay log
6   needs to begin with the random-number seed.
7
8 * Use that feature to make regression tests from walkthroughs.
9
10 * Add command-line option to disable all extension features.  First
11   extension features: (1) Command prompt, (2) initial resource-allocation
12   number display suppressed.
13
14 * Translate the FORTRANish mess to actual C.
15
16 * Inline the database so the code doesn't need an external file.