Skip to content

Commit

Permalink
[skip ci] add TODO for zobrist
Browse files Browse the repository at this point in the history
  • Loading branch information
znxftw committed Dec 3, 2024
1 parent 7f8bcd9 commit 68db9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rudim/Board/BoardState.Saved.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ static BoardState()
{
SavedStates = new Stack<SavedState>();

// TODO: To be moved out into a separate class and fixed before working on this again
ZobristTable = new ulong[15, 64]; // 12 piece types (6 for each color) and 64 squares, and extra 3 rows
for (int piece = 0; piece < 14; piece++)
{
Expand Down

0 comments on commit 68db9ca

Please sign in to comment.