This is a chess-game made using Java and JavaFX originally for a project in the course TDT4100 at NTNU spring 2023. It is currently only playable with 2 people on the same machine.
- Regular chess
- Fischer random chess
- Valid move highlighting
- Position exporting and importing (using FEN notation)
To run the game, you need to have Java 17 or newer and JavaFX 19 installed. Then you can run the game by running the main
-method in the App
-class.