Chess constructor Null safety
Default constructor starts game from the standard chess starting position
Implementation
Chess() {
load(DEFAULT_POSITION);
}
Default constructor starts game from the standard chess starting position
Chess() {
load(DEFAULT_POSITION);
}