softwareconstruction240 / chess

Chess project for BYU CS 240
2 stars 4 forks source link

Validate that moves in ArrayList are all unique #4

Closed frozenfrank closed 9 months ago

frozenfrank commented 10 months ago

While uncommon an uncommon issue, without this adjustment, students may be accidentally adding the same move into their array list multiple times, and it would pass. If this is the case, then the test case should fail and point out their mistake so they can clean up their move logic.

frozenfrank commented 9 months ago

@leesjensen If a spring2024 or similar branch existed, it would probably be best to change the merge target of this PR to that branch.