💾 Archived View for gemini.logological.org › cheops.gmi captured on 2022-01-08 at 13:43:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

CHEOPS

CHEOPS (CHEss OPponent Simulator) is a fully-functional chess program capable of human-vs-human, human-vs-computer, and computer-vs-computer play. It uses a 64-square linear array board representation. The game tree search is alpha–beta, and the static evaluation function considers material, mobility, and motif features.

CHEOPS is written in ANSI C++ and as such should compile on any system with a conforming C++ compiler. A standard configure script is provided for Unix-like systems.

CHEOPS is Free Software. It can be freely used, modified, and distributed under the terms of the GNU General Public Licence.

Free Software

GNU General Public Licence

Downloading

The latest version of CHEOPS is 1.3, released on 2016-12-27. A list of changes from previous versions can be found in the change log.

change log

Source code

You can download source packages for the current and previous releases on GitHub or nothingisreal.com. You can also browse, download, or clone the development version on GitHub.

CHEOPS releases on GitHub

CHEOPS releases on nothingisreal.com

browse, download, or clone the development version on GitHub

Ports and binary packages

Binary packages are available for several systems:

Note that, except for the SUSE packages, these packages are produced and hosted by third parties. I take no responsibility for them.

OpenSUSE and SUSE Linux Enterprise

CHEOPS 1.1 for Microsoft Windows

CHEOPS 1.2 for Microsoft Windows

Visual C++ runtime packages

Documentation

You can browse through the online HTML documentation. The source distribution includes the documention.

online HTML documentation

Author

CHEOPS was conceived and written by Tristan Miller.

Tristan Miller

Last modified: 2021-08-08 21:36 CEST