# 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 $<
--- /dev/null
+= 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.
== 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).