cpluspluscom / ChessPlusPlus

cplusplus.com Community Project: Modular Chess with support for more types of pieces than traditional Chess
https://cpluspluscom.GitHub.IO/ChessPlusPlus/
35 stars 26 forks source link

Move piece class registration from board to piece #112

Open LB-- opened 9 years ago

LB-- commented 9 years ago

Right now, piece class registration is inside the board class. Logically, it would make more sense if it were in the abstract piece base class.