Releases: SteveBarnegren/SwiftChess
Releases · SteveBarnegren/SwiftChess
SwiftChess 1.1.2
- Fixes crash that could occur when deallocating game whilst AI is thinking
- Removes some logging
SwiftChess 1.1.1
Swift Package Manager support
SwiftChess 1.0
Adds support for persistence inside the SwiftChess engine. The entire game state can now be converted to and reinitialised from a Dictionary
.
Serialize it to Json, save it to disk, send it over the network etc.