A high-performance Java chess engine utilizing bitboards (64-bit long primitives) for board representation and move generation. Features a complete game logic according to FIDE rules, including ...
A set of Java annotations which can be used in JVM-based languages. They serve as an additional documentation and can be interpreted by IDEs and static analysis tools to improve code analysis.