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