Remove any hard-coded constants that tie the chess board to:
having to be 8 by 8,
only containing 2 teams.
Remove team.queen or add error handling to it in case there is no queen when a team is loaded (to allow for custom boards, such as in Fischer random chess).
Remove any hard-coded constants that tie the chess board to:
Remove team.queen or add error handling to it in case there is no queen when a team is loaded (to allow for custom boards, such as in Fischer random chess).