Metadata update.
This commit is contained in:
parent
80bf70f0a6
commit
b2c0107fed
4 changed files with 7 additions and 7 deletions
3
NEWS
3
NEWS
|
@ -6,4 +6,5 @@ Repository head::
|
|||
Game logs are now fully reproducible via the "seed" command.
|
||||
Added regression-test suite using seed.
|
||||
Added command prompt; -o suppresses this. Otherwise no gameplay changes.
|
||||
|
||||
Fixed bug that caused reservoir word not to be randomized.
|
||||
Makefile does parallel builds.
|
||||
|
|
6
TODO
6
TODO
|
@ -1,9 +1,7 @@
|
|||
= Open Adventure TODO =
|
||||
|
||||
* Find the extra 5 treasures.
|
||||
|
||||
* Make more regression tests from walkthroughs.
|
||||
* Make a full walkthrough.
|
||||
|
||||
* Translate the FORTRANish mess to actual C.
|
||||
|
||||
* Inline the database so the code doesn't need an external file.
|
||||
|
||||
|
|
2
control
2
control
|
@ -7,7 +7,7 @@ Description: Colossal Cave Adventure, the 1995 430-point version.
|
|||
This is the last descendent of the original 1976 Colossal Cave Adventure
|
||||
worked on by the original authors - Crowther & Woods. It has sometimes
|
||||
been known as Adventure 2.5. The original PDP-10 name 'advent' is used
|
||||
to avoid collision with the BSD Games version.
|
||||
for the built program to avoid collision with the BSD Games version.
|
||||
|
||||
#XBS-Destinations: freshcode
|
||||
|
||||
|
|
|
@ -85,6 +85,7 @@ d
|
|||
u
|
||||
s
|
||||
up
|
||||
# Hall of Mists
|
||||
w
|
||||
w
|
||||
w
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue