Closed nvrnight closed 6 years ago
.NET Core does not support binary serialization. JSON/XML seem to be the only formats supported that I can tell. In order to support serializing the GameCreationData class I had to make some setters publicly available and such to some of the properties and add empty constructors to Pieces/Position/Move.
looks good, thanks!
…urrent state which can be used to restore the game later.