Giter Site home page Giter Site logo

chessy's Introduction

chessy

A simple chess engine.

This is a learning project. It is much slower than other production-ready engines and may have bugs, but feel free to contribute if you wish to.

Features

Installation

chessy is available on pypi and can be downloaded as a Python package with: $ pip install -U chessy.

If you prefer to build it from source (e.g. when contributing), see CONTRIBUTING.md.

Planned features

  • Improve move evaluation and search.

    • Be able to process at least around depth 8 within a reasonable time.
    • Quiescence search (as soon as we get some performance improvements - not right now because it will slow down things too much).
  • Advanced UCI support.

    • Adapt playstyle according to wtime and btime.
    • Ponder.
    • Report more info (e.g. seldepth).

License

chessy is licensed under the GNU Affero General Public License, either version 3 or any later versions at your choice. See LICENSE.txt for more details.

chessy's People

Contributors

guilherme-vasconcelos avatar dependabot[bot] avatar

Stargazers

 avatar John Victor avatar

Watchers

 avatar

chessy's Issues

Test Nuitka

Probably would gain performance, but also would also allow us to distribute one standalone binary so end users don't have to install with pypi.

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.