Package io.github.colonelparrot.jchessify


package io.github.colonelparrot.jchessify
  • Class
    Description
    ANSI color codes for colorized console output
    jChessify core chess engine implementation
    JUnit Tests for Engine
    Tests whether Engine will choose the right move
    Evaluator for jChessify chess engine
    Top-level API for reading from the opening book
    Lines beginning with '#' are regarded as comments
    Each entry must be on a new line, moves in SAN format seperated by space

    See the default opening book as an example
    Tests whether the OpeningBook reads from built-in opening book
    A basic example of how Evaluator works
    Uses piece values as evaluation criteria