diff options
author | zuntum <zuntum> | 2001-11-01 00:47:39 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 00:47:39 +0000 |
commit | 42b19e6a953914d5b4d08aa3bd1ba4ccb0c2f71e (patch) | |
tree | 9272b7d09aad70c4eb3fc070bc4f4d3ebc8e5754 /games/gnuchess4/DESCR | |
parent | b7bba968874621e114473a8581256c480239626f (diff) | |
download | pkgsrc-42b19e6a953914d5b4d08aa3bd1ba4ccb0c2f71e.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'games/gnuchess4/DESCR')
-rw-r--r-- | games/gnuchess4/DESCR | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games/gnuchess4/DESCR b/games/gnuchess4/DESCR new file mode 100644 index 00000000000..f993cb91198 --- /dev/null +++ b/games/gnuchess4/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 |