Giter Site home page Giter Site logo

mhonert / velvet-chess Goto Github PK

View Code? Open in Web Editor NEW
34.0 6.0 2.0 166.09 MB

:chess_pawn: Velvet Chess Engine - written in Rust

License: GNU General Public License v3.0

Rust 76.86% Python 3.01% Shell 0.01% C++ 1.38% C 18.74%
chess chess-engine rust uci machine-learning neural-network

velvet-chess's Introduction

โ™Ÿ๏ธ Velvet Chess Engine

Velvet Logo

Release Test License: GPL v3

Velvet Chess Engine is a UCI chess engine written in Rust.

Version 7.0.0 is currently ranked around 3580 Elo (Blitz) and 3485 Elo (40/15) in the Computer Chess Rating Lists (CCRL):

In Fischer Random Chess, the single-threaded rating is around 3750 Elo:

In order to play against Velvet, you need a Chess GUI with support for the UCI protocol.

Starting with v3.3.0 Velvet also supports the Fischer Random Chess (Chess960) variant. This requires a Chess GUI/UCI client which supports the Chess960 extension as described in the UCI specification.

v4.0.1 also added support for DFRC ("Double Fischer Random Chess").

๐Ÿ“ฅ Download

Executables for Windows, macOS and Linux can be downloaded from the releases page.

๐Ÿ’ป Manual compilation

Since Velvet is written in Rust, a manual compilation requires the installation of the Rust tool chain (e.g. using rustup). The installed Rust version must support the Rust 2021 Edition (i.e. v1.56 and upwards).

Then you can compile the engine using cargo:

cargo build --release --bin velvet

To compile the engine without Syzygy tablebase support (e.g. when the target architecture is not supported by the Fathom library), you can pass the no-default-features flag:

cargo build --no-default-features --release --bin velvet

๐Ÿ“œ License

This project is licensed under the GNU General Public License - see the LICENSE for details.

๐ŸŽ‰ Acknowledgements

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.