Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

johncheetham/jcchess

Repository files navigation

JCchess - John Cheetham - http://www.johncheetham.com/projects/jcchess

NOTE: This project is no longer developed and has been archived.

Description

JCchess is a program to play chess against UCI chess engines.

Requirements

python3 python-cairo python-gobject

Package names to install.

distro : packages
Debian/Mint/Ubuntu : python3-gi-cairo gir1.2-rsvg-2.0
Fedora : python3-cairo, python3-gobject
Arch : python-cairo, python-gobject

Usage

Enter 'python3 run.py' to start the program. Alternatively you can install it on your system with 'python3 setup.py install' (as root user) and then start it from the gui menu or by entering 'jcchess' into a terminal. Windows versions are available on the website.

Adding a UCI engine

To add an engine to play against click on Options, engines then click the 'Add' button to add a new engine. Navigate to the engine executable and add it. Then click the OK button.

Next do Options, players and set the black player to the new engine.

Click on the 'tick' button at the top of the screen to start the game and then move a white piece.

For debugging start with -v (all debugging messages) or -vuci (uci messages).

Acknowledgements

The initial version was based on gshogi. see http://www.johncheetham.com/projects/gshogi

python-chess is used. see https://github.com/niklasf/python-chess

Piece Images by DG-RA see https://openclipart.org/user-detail/DG-RA

About

A chess GUI to play against chess engines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published