No description
Find a file
Gil Forcada Codinachs 00b161a086 Updated Catalan translation by Joan Duran
svn path=/trunk/; revision=8102
2008-10-18 22:04:42 +00:00
data Fix /apps/glchess/promotion_type GConf key default from 'human' to 'queen' 2008-08-20 10:38:01 +00:00
glade Fix GTK+ warning about adjustment in spin button 2008-10-17 11:08:42 +00:00
help Updated Catalan translation by Joan Duran 2008-10-18 22:04:42 +00:00
mime Add glChess to gnome-games. 2006-10-28 16:37:30 +00:00
src Don't display failed to claim draw dialog when successfully claimed draw 2008-10-18 06:55:01 +00:00
tests test PGN file containing a carriage return character 2007-11-03 05:55:33 +00:00
textures .cvsignore now obsolete 2006-12-31 01:30:24 +00:00
BUGS Bug fixed 2006-11-06 07:20:35 +00:00
ChangeLog.old Kill off ChangeLog by generating from commit messages. 2008-06-22 04:10:59 +00:00
glchess.desktop.in.in Remove deprecated encoding entry in desktop files. Patch by Pacho Ramos in bug #551947 2008-10-10 11:13:19 +00:00
Makefile.am Merge commit 'git-svn' into work 2007-06-18 20:28:17 +00:00
README Let autogen set executable permissions on the glchess and sudoku executable scripts. 2008-01-11 22:08:55 +00:00
TODO Make sure user can save non local games when: 2007-11-03 05:33:32 +00:00

1. Description

glChess is a 2D/3D chess game interfacing via the Chess Engine
Communication Protocol (CECP) by Tim Mann. This means it can currently use
engines such as GNUChess, Sjeng, Faile, Amy, Crafty and Phalanx.

2. Homepage

Visit the homepage for information on how to report bugs and to keep
up on development progress.

SourceForge Homepage		-> http://glchess.sourceforge.net
SourceForge Project Page	-> http://sourgeforge.net/projects/glchess

3. Requirements

glChess requires the following software to be installed to work:

- Python
- Gtk+ including the python bindings

For 3D support the following are optionally required:

- GtkGLExt including the python bindings
- OpenGL python bindings

For faster texture loading:

- Python Imaging Library

Optionally you can install CECP compatible AIs - glChess will detect the ones
it can use.

4. Running glChess from source

To execute glChess from the source tarball:
- First run ./configure && make
- Then run this command in the glChess directory: ./src/glchess

5. License

glChess is released under the GNU General Public License. In short, you may
copy this program (including source) freely, but see the COPYING file for
full details.