]> code.delx.au - gnu-emacs-elpa/blob - README
use zerop
[gnu-emacs-elpa] / README
1 Welcome to chess.el, a client and library for playing Chess from
2 Emacs.
3
4 chess.el does not know how to play chess against you. While the
5 library does know all legal moves, there is no "thinking" module. For
6 this, you must download one of the publically available chess engines,
7 such as gnuchess, crafty or phalanx. You will find all of these
8 sufficiently challenging, I'm sure. Once they are installed, chess.el
9 will use them, provided the locations of the binaries is on your PATH.
10
11 John Wiegley <johnw@gnu.org>
12
13 LAYOUT
14
15 Core library
16
17 chess-pos.el
18 chess-fen.el
19
20 chess-ply.el
21 chess-algebraic.el
22
23 chess-var.el
24 chess-game.el
25
26 * chess-module.el
27 ** chess-announce.el
28 ** chess-sound.el
29 ** chess-display.el
30 *** chess-plain.el
31 *** chess-ics1.el
32 *** chess-images.el
33 ** chess-database.el
34 *** chess-file.el
35 *** chess-pgn.el
36 *** chess-scid.el
37 ** chess-engine.el
38 *** chess-none.el
39 *** chess-common.el
40 **** chess-crafty.el
41 **** chess-gnuchess.el
42 **** chess-phalanx.el
43 *** chess-network.el
44 **** chess-irc.el
45 **** chess-ics.el
46
47 ** input modules
48 *** chess-input.el
49 *** chess-ucb.el
50
51 chess-autosave.el
52 chess-chat.el
53 chess-clock.el
54 chess-kibitz.el
55
56 * chess-message.el
57 ** chess-german.el
58
59 chess-maint.el
60
61 chess.el
62 chess-link.el
63 chess-puzzle.el
64 chess-tutorial.el
65
66 chess-random.el
67 chess-transport.el