We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
JavaFX chess game
FXChess is a basic chess game in Java/JavaFX that I created as a learning project.
It has all the major rules of chess aside from some endgame aspects.
To run it, enter the project directory and run the Maven command:
mvn clean javafx:run