This repository has been archived by the owner on Nov 27, 2021. It is now read-only.
2.5
- Removed Game.getScore, Move.getScore, Game.getScoreOf, Game.getBestMove, and BuiltInEngine to keep CompactChess compact while I'm developing the engine privately until it's good enough for the public
- Added Color.opposite()
- Added CountryCode.name
- Implemented PGN Annotation Tags
- Replaced Move.annotation with Move.annotations ArrayList which can be written to using Move.annotate(String) and retrieved as annotation string using Move.getAnnotation(boolean noTags = false)
- Added Move.hasAnnotation(boolean noTags = false)