From 0395fc4566bf29396dfceb1b362f64028e6c9dc7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 1 Feb 2024 18:21:16 -0500 Subject: [PATCH] XML -> asciidoctor --- Makefile | 19 +++++++++++------- NEWS => NEWS.adoc | 0 wumpus.adoc | 29 ++++++++++++++++++++++++++++ wumpus.xml | 49 ----------------------------------------------- 4 files changed, 41 insertions(+), 56 deletions(-) rename NEWS => NEWS.adoc (100%) create mode 100644 wumpus.adoc delete mode 100644 wumpus.xml diff --git a/Makefile b/Makefile index fd9188b..5c71e91 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -# # SPDX-FileCopyrightText: (C) Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause -VERS=1.9 + +VERS=$(shell sed -n . See ESR's home page at +http://www.catb.org/~esr/'>http://www.catb.org/~esr/ for updates and +other resources. + +// end diff --git a/wumpus.xml b/wumpus.xml deleted file mode 100644 index e92aa2f..0000000 --- a/wumpus.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - -wumpus -6 -Sep 7 1992 -wumpus -wumpus -Games - - -wumpus -the classic game of Hunt the Wumpus - - - - - wumpus - - - superhack - - - - -DESCRIPTION - -wumpus is a faithful transcription of -the 1974 game WUMPUS for the Atari, the first computer game to -maintain a consistent external map. An article on the history of this -classic game can be found here. - -superhack is a structurally similar -game with a different premise. - - -AUTHORS -The original Atari game was designed and written by Gregory Yob. -This version was cloned from the original BASIC sources by Eric -S. Raymond esr@snark.thyrsus.com. See ESR's home page at -http://www.catb.org/~esr/ -for updates and other resources. - - - -- 2.31.1