How to debug engine move generation with perft in python

This page summarizes the projects mentioned and recommended in the original post on /r/ComputerChess

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • chess_engine

  • https://github.com/Jasasul/chess_engine this is the repo

  • python-chess

    A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication

  • Okay, what I meant is that after you created the python-chess move "test_move = chess.Move.from_uci(test_string)" you can test if this is actually a legal move like this: "if(test_move in board.legal_moves) ..." https://python-chess.readthedocs.io/en/latest/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts