Documentation polishing. Add TODO.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 19 May 2017 17:30:12 +0000 (13:30 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 19 May 2017 17:30:12 +0000 (13:30 -0400)
Makefile
TODO [new file with mode: 0644]
advent.txt

index 856575580fcd0898df9d09706bb90800047f62dc..68ffd5b4aca2b76c9a3a68f202e1cbc7f06902e7 100644 (file)
--- a/Makefile
+++ b/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 $<
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..4c7ab1b
--- /dev/null
+++ b/TODO
@@ -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.
index 2b063df4fd55157b69b9e479610c2b79588fc219..f286e83a388cbae9ef9525ed041fd8adb032f93f 100644 (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).