Closed giewev closed 7 years ago
Currently each type of piece in a bitboard is defined by constants, e.g. QUEEN. This is begging to an enum (Oh the joys of knowing basic language features)
Replaced all obvious usage of those constants with a shiny new enum
Currently each type of piece in a bitboard is defined by constants, e.g. QUEEN. This is begging to an enum (Oh the joys of knowing basic language features)