JLErvin / purple-utils

Testing utilities for the purple chess engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purple-utils


A simple script for testing bitboards, pseudo-legal, and legal move generation using python-chess.

Usage

usage: board.py [-h] [-b] [-p] [-l] [-t T] fen

Testing utility for purple chess engine.

positional arguments:
  fen         FEN representation for board

optional arguments:
  -h, --help  show this help message and exit
  -b          Print all bitboards for given board
  -p          Print pseudolegal moves for position
  -l          Print legal moves for position
  -t T        Filter based on piece type

About

Testing utilities for the purple chess engine


Languages

Language:Python 100.0%