Support giveaway, antichess, extinction, and kinglet chess
authorianfab <ianfab@users.noreply.github.com>
Sat, 14 Jul 2018 17:33:36 +0000 (19:33 +0200)
committerianfab <ianfab@users.noreply.github.com>
Sat, 14 Jul 2018 17:59:28 +0000 (19:59 +0200)
commit0cfe34af00a3848f1b439c38298007b93e27c51a
tree1550e6e08a347f5559f1b759f749311c31a4e2e0
parenteae9fe4e042fae03cd5b81d9b63e23b0d1feec4b
Support giveaway, antichess, extinction, and kinglet chess

Includes implementation of
- positions without kings
- castling with non-king piece
- winning condition "extinction"
- piece type commoner

bench: 4948195
src/bitboard.cpp
src/evaluate.cpp
src/movegen.cpp
src/position.cpp
src/position.h
src/psqt.cpp
src/types.h
src/variant.cpp
src/variant.h