Chess-Game

Javadoc

To read javadoc please navigate into ./docs/javadoc and open index.html in your favorite browser.

Checker

To run the Checker, just enter the following commands:

  1. $ mvn clean compile javafx:jlink
  2. Use the command for your current OS:
  • Unix: $ java -jar checker.jar "target/schach/bin/schach --no-gui" > log.txt
  • Windows: $ java -jar checker.jar "target/schach/bin/schach.bat --no-gui" > log.txt