bishop 0.2.7
bishop: ^0.2.7 copied to clipboard
Bishop is a chess logic package with flexible variant support
0.2.7 #
- Fixed a castling bug in some 960 positions (e.g. 938 / RKRNBBQN)
0.2.6 #
- Support loading incomplete FEN strings
- Game.validateFen() function
- CastlingOptions.useRookAsTarget: formats algebraic moves correctly for Chess960
0.2.5 #
- Premove generation
- Game.loadFen() function
0.2.4 #
- Fixed engine not wanting to checkmate you
- Micro variant
0.2.3 #
- Basic engine
- Fixed CastlingOptions assertion
0.2.2 #
- Mini variant
- Independent side castling (e.g. only queenside for Minichess)
- Piece values
0.2.1 #
- Added Game.boardSymbols(), for use with the squares package
0.2.0 #
- Renamed package to Bishop
- Piece drops & hands (Crazyhouse support)
0.1.1 #
- Zobrist hashing & repetition draws
0.1.0 #
- Hello Squares