From 197548c9d73cd36cdd1e3ecf6ffe0939bfd79bb7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 1 Feb 2024 18:26:15 -0500 Subject: [PATCH] NEWS update and more asciidoc conversion. --- Makefile | 2 +- NEWS.adoc | 3 +++ README => README.adoc | 13 +++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) rename README => README.adoc (75%) diff --git a/Makefile b/Makefile index 5c71e91..c1ceb6f 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ TAGS: .adoc.html: asciidoctor -D. -a nofooter -a webfonts! $< -SOURCES = README COPYING NEWS control Makefile wumpus.c superhack.c wumpus.adoc wumpus.png wumpus.desktop superhack.desktop +SOURCES = README.adoc COPYING NEWS.adoc control Makefile wumpus.c superhack.c wumpus.adoc wumpus.png wumpus.desktop superhack.desktop install: wumpus superhack wumpus.6 mkdir -p $(prefix)/bin diff --git a/NEWS.adoc b/NEWS.adoc index 24d8bbb..3457166 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -1,5 +1,8 @@ = wumpus project news = +Repository head:: + Add a historical note. + 1.9: 2022-12-16:: Fix packaging error. diff --git a/README b/README.adoc similarity index 75% rename from README rename to README.adoc index 4ac5d23..e8f15a5 100644 --- a/README +++ b/README.adoc @@ -1,8 +1,9 @@ - WUMPUS and SUPERHACK += WUMPUS and SUPERHACK -WUMPUS is a bit of retrocomputing nostalgia. It is an *exact* clone, even -down to the godawful user interface, of an ancient classic game. This version -fixes two minor bugs in my original USENET posting of the source. +WUMPUS is a bit of retrocomputing nostalgia. It is an *exact* clone, +even down to the godawful user interface, of an ancient classic game. +This version fixes two minor bugs in my original USENET posting of the +source. The original "Hunt the Wumpus" game was written by Gregory Yob in 1973. It was the first exploration game to use a non-grid worldmap, @@ -14,8 +15,8 @@ translated (and which is included in comments) is not known, but is pretty certainly before 1980 and probably close to the original 1975 publication of the source in "Creative Computing". -One historical liberty has been taken; the logo of this project is from a -later version on the TI-99/4A with a graphical interface. +One historical liberty has been taken; the logo of this project is +from a later version on the TI-99/4A with a graphical interface. SUPERHACK is a satire, structurally quite similar to WUMPUS. -- 2.31.1