Documentation polishing. Add TODO.

This commit is contained in:
Eric S. Raymond 2017-05-19 13:30:12 -04:00
parent 86b04b682d
commit 8e86d0dca3
3 changed files with 11 additions and 2 deletions

9
TODO Normal file
View file

@ -0,0 +1,9 @@
= Open Adventure TODO =
* Add command logging and command log replay.
* Use that feature to make regression tests from walkthroughs.
* Translate the FORTRANish mess to actual C.
* Inline the database so the code doesn't need an external file.