Documentation polishing. Add TODO.
This commit is contained in:
parent
86b04b682d
commit
8e86d0dca3
3 changed files with 11 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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
9
TODO
Normal 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.
|
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue