GithubHelp home page GithubHelp logo

Comments (2)

niklasf avatar niklasf commented on May 16, 2024

Hi @jromang, PicoChess looks pretty awesome, from what I can tell without a DGT board. Maybe I should get one, finally.

I have always wanted to build Zobrist hashes incrementally to allow building a repitition table in an efficient way. I did that now.

The old attribute board.halfmove_clock remains.

The next version of python-chess v0.4.0 has can_claim_draw(), can_claim_fifty_moves() and can_claim_threefold_repitition().

Details: is_game_over() will still return False, because those draws need to be claimed. A threefold repitition can be claimed when it occurs but also when it could occur with the next legal move. It's too late to claim a draw if the game ended in a different way.

Aditionally I added is_seventyfive_moves() and is_fivefold_repitition(). Those drawing rules were only recently (July) introduced. They end the game (and affect is_game_over()) even without a claim. Other ways of ending a game take precedence.

Niklas

from python-chess.

jromang avatar jromang commented on May 16, 2024

That was quick ! Thank you very much.

from python-chess.

Related Issues (20)

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.