Releases: SlaynAndKorpil/Chess
Releases · SlaynAndKorpil/Chess
Backend test 3
Chess_jar.jar is a executable that only needs the JVM to run.
ChessFramework.jar only contains the framework and can therefor be used as a library.
Backend test 2
- Optimized some code
- Added/ corrected/ updated some docs
- Number of kings is now irrelevant for (hopefully) all tests. This means that board editors do not have to care about the number of kingss.
- Fixed a bug that made stalemate possible although the king was checked.
- Fixed a bug that caused the test for insufficient material to result in true although there was still a queen or a rook on the board.
- Added 50 moves rule
- Fixed test for fivefold repetition that always needed an additional move to recognize a repetition.
- Improved the java interface.
- Changed order of tests when moving because this might have lead to problems.