d9df93bcd4eaa447f277d0ca7ee58723abf286ce
[gnushogi.git] / doc / GENERAL
1                               GNU Shogi
2
3 Copyright (C) 1993 Matthias Mutz
4   (Copying permission notice at the end.)
5
6 GNU Shogi is your program (as long as you follow the copyright and
7 licensing rules listed in the file COPYING). Your contribution
8 inspire current and future software developers. 
9
10 This document
11 -------------
12 This document is not meant to be a an introduction to computer shogi.
13
14 Current Distribution
15 --------------------
16 The most recent distribution of GNU Shogi contains the following
17 main-level files and directories:
18
19     Filename         Purpose
20    ------------------------------------------------------
21 doc:
22
23 GENERAL ---------- general gnushogi documentation ---------
24 COPYING
25
26 ChangeLog ----------- specific gnushogi documentation ---------- 
27 CHANGES    
28 BOOKFILES
29 INSTALL
30 PROBLEMS 
31 TOTO
32 README-FIRST
33
34 gnushogi.1 ---------- man pages -----------
35
36 misc:
37 *.book - opening book
38
39 src:
40 Makefile - unix makefile
41
42 ataks.c - sources for the shogi playing program
43 ataks.h
44 book.c
45 dspcom.c
46 eval.c
47 genmoves.c
48 init.c
49 main.c
50 gnushogi.h
51 search.c
52 util.c
53 version.h
54
55 nondsp.c - ASCII interface for acsii terminal/ chesstool/ xboard
56 uxdsp.c -  curses based user interface