Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 515 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 515 Bytes

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