No description
Find a file
2010-12-27 11:35:44 +11:00
data Port of glchess from Python to Vala. 3D is disabled for now as it doesn't work in GTK3 2010-12-08 18:18:30 +11:00
gnuchess ld: Remove .gitignore files 2009-10-25 21:01:07 +01:00
help Added sl for Slovenian translation 2010-10-20 14:48:51 +02:00
src Promotion working 2010-12-27 11:35:44 +11:00
tests Stop king castling when blocked by pawn (Bug #571089) 2009-02-27 13:41:17 +00:00
glchess.desktop.in.in Send all bugbuddy bugs to 'BugBuddyBugs' component 2009-02-02 22:43:55 +00:00
Makefile.am Move glchess/textures/ and glchess/mime/ into glchess/data/ 2010-03-31 14:40:20 +11:00
README Remove reference to sourceforge 2008-11-08 03:27:48 +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.

Homepage -> http://live.gnome.org/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. 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.