rbaltrusch / chess_ng

Full chess engine including chess AI
MIT License
3 stars 2 forks source link

Allow chess board customization #14

Open rbaltrusch opened 2 years ago

rbaltrusch commented 2 years ago

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).