Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We reassign Moves to a new Empty List every time we make a move. Since we AREN'T referencing it in a for-each loop, it would get (supposedly) picked up by the GC. Meaning boardState.Moves[i] was referring to WRONG moves
- Loading branch information