skotz/skotz-chess-engine

Generate bitmasks on program load

Opened this issue · 0 comments

skotz commented

Currently the data for move strings and piece bit boards are generated into a massive C# file. Instead, just generate the data (a time-memory tradeoff) when the program is started.