• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D17-Oct-20151.3 KiB2822

MakefileH A D12-Jun-20191.3 KiB5130

NEWSH A D12-Jun-2019711 3524

READMEH A D13-Oct-2010742 2115

controlH A D12-Jun-2019520 2212

galaxis.6H A D12-Jun-20192.4 KiB5025

galaxis.cH A D16-Mar-201714.9 KiB670543

galaxis.desktopH A D21-May-2014200 1110

galaxis.xmlH A D19-Oct-20102 KiB5848

README

1			GALAXIS for UNIX
2	by Eric S. Raymond <esr@snark.thyrsus.com>, Sun Oct 23 1994
3
4This directory contains the source for a UNIX-hosted, curses-based clone of the
5nifty little Macintosh freeware game Galaxis.  The code is POSIX-conforming and
6was written under Linux using the ncurses library; it should part readily to
7any modern Unix.
8
9Files in this distribution:
10
11READ.ME		-- this file
12Makefile	-- how to make the game
13galaxis.c	-- the game itself
14galaxis.6	-- a trivial man page
15galaxis.xml	-- XML-Docbook master for the man page
16galaxis.spec	-- RPM spec file includes the detailed change log.
17
18Send bug reports to esr@snark.thyrsus.com.  Also, see my WWW home page
19at http://www.catb.org/~esr/index.html for updates and other resources.
20
21