In the GameFactory the black and white name are swapped. Line 39 and 40. Correction:
blackPlayer.setName(blackName);//set name of player whitePlayer.setName(whiteName);//set name of player
Log in to post a comment.