From 79f169954b2ced3724aeddb79d987596a62ed207 Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 23 Dec 1995 16:54:11 +0000 Subject: Latest version of Gnu Chess. Now we can kick the ancient (Ca. 1989) version out of the source tree. --- games/gnuchess/pkg-descr | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 games/gnuchess/pkg-descr (limited to 'games/gnuchess/pkg-descr') diff --git a/games/gnuchess/pkg-descr b/games/gnuchess/pkg-descr new file mode 100644 index 000000000000..f993cb911982 --- /dev/null +++ b/games/gnuchess/pkg-descr @@ -0,0 +1,24 @@ + Gnuchess plays a game of chess against the user or it + plays against itself. + + Gnuchess is an updated version of the GNU chess playing + program. It has a simple alpha-numeric board display, an + IBM PC compatible interface, or it can be compiled for use + with the chesstool program on a SUN workstation or with + the xboard program under X-windows. To invoke the program + gnuchess + - simple curses based version + + gnuchessn + - fancy version using curses and inverse video on + UNIX, or IBM PC cursor controls and characters on + MSDOS + + gnuchessr + - ASCII based version + + gnuchessc + - chesstool compatible version + + gnuchessx + - xboard compatible version -- cgit