ramou / ChessMod

Adding Pippin Barr's Chesses to minecraft.
MIT License
3 stars 3 forks source link

`GoldChessBoardGUI` should be renamed `RulesBasedChessGui` #167

Open ramou opened 2 months ago

ramou commented 2 months ago

The type of board vs how it is used could be more clearly separated to improve how things fit together. If you wanted to take it a step further, an interface could be used to check against, like IRulesBasedBoard being the checked maybe. Either way, do the main thing.