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

View file

@ -1,7 +1,7 @@
# Makefile for the open-source release of adventure 2.5
OBJS=main.o init.o actions1.o actions2.o score.o misc.o
SOURCES=$(OBJS:.o=.c) COPYING NEWS README advent.text control
SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO advent.text control
.c.o:
gcc -O $(DBX) -c $<

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.

View file

@ -30,7 +30,7 @@ ADVENTURE::
== REPORTING BUGS ==
Report bugs to Eric S. Raymond <esr@thyrsus.com>. The project page is
at http://catb.org/~esr/open-advent
at http://catb.org/~esr/advent
== SEE ALSO ==
wumpus(6), adventure(6), zork(6), rogue(6), nethack(6).