Skip to content

Releases: SteveBarnegren/SwiftChess

SwiftChess 1.1.2

12 Oct 20:05
Compare
Choose a tag to compare
  • Fixes crash that could occur when deallocating game whilst AI is thinking
  • Removes some logging

SwiftChess 1.1.1

01 Oct 20:40
Compare
Choose a tag to compare

Swift Package Manager support

SwiftChess 1.0

20 Jan 18:20
Compare
Choose a tag to compare

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.