Skip to content

Releases: SlaynAndKorpil/Chess

Backend test 3

23 Nov 21:56
8f0b823
Compare
Choose a tag to compare
Backend test 3 Pre-release
Pre-release

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

03 Aug 04:18
Compare
Choose a tag to compare
Backend test 2 Pre-release
Pre-release
  1. Optimized some code
  2. Added/ corrected/ updated some docs
  3. 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.
  4. Fixed a bug that made stalemate possible although the king was checked.
  5. 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.
  6. Added 50 moves rule
  7. Fixed test for fivefold repetition that always needed an additional move to recognize a repetition.
  8. Improved the java interface.
  9. Changed order of tests when moving because this might have lead to problems.

Backend test 1

30 Jun 19:11
Compare
Choose a tag to compare
Backend test 1 Pre-release
Pre-release

This contains the (at least for now) finished version of the framework. Its purpose is testing for any problems and/or bugs.
ChessIcon