Giter VIP home page Giter VIP logo

chess's Introduction

Overview

DiscoCheck is a free UCI chess engine. It is not a complete chess program and requires a UCI compatible interface to be used comfortably. You can also use it directly in command line, but that is only of interest for programmers.

Options

DiscoCheck has the following UCI options

  • Hash (MB): size of the main hash table.
  • Clear Hash (button): clears the hash table.
  • Contempt (cp): Make DiscoCheck avoid draws (by chess rules) by scoring them -Contempt for the engine and +Contempt for the opponent.

Compiling it yourself

On Linux (or POSIX), with g++ installed, simply run ./make.sh to compile.

On Windows, and/or with other compilers (eg. MSVC, ICC), I don't know. So you will have to figure it out. That being said, I have tried hard to write code as portable as possible, but there may be a few things that are GCC specific. If you find something that is not portable and should be rewritten to improve portability, please let me know (patches and pull requests are welcome).

Terms of use

DiscoCheck is free, and distributed under the GNU General Public License (GPL). Essentially, this means that you are free to do almost exactly what you want with the program, including distributing it among your friends, making it available for download from your web site, selling it (either by itself or as part of some bigger software package), or using it as the starting point for a software project of your own.

The only real limitation is that whenever you distribute DiscoCheck in some way, you must always include the full source code, or a pointer to where the source code can be found, as well as the GPL license agreement included with it. If you make any changes to the source code, these changes must also be made available under the GPL.

For full details, read the copy of the GPL found in the file named ./license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.