Skip to content

JLErvin/purple-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages