Skip to content

Chess v1.0

Compare
Choose a tag to compare
@OrangoMango OrangoMango released this 05 May 15:59
· 51 commits to main since this release
2b9b9e6

Chess v1.0

Chess GUI made in JavaFX for desktop and android. To change the game settings, click twice on the background.

Run

Java 17+ required, ./gradlew :run

Stockfish

  • Android version: stockfish is already included in the apk
  • Desktop: stockfish needs to be installed separately and must be accessed with the stockfish command. For more information check the COMMAND field in the Engine.java file.

Features

  • Default chess rules (Capture, movement, en passant, castle, promotion)
  • Play on the same board or in LAN
  • Play agains stockfish (be sure to have stockfish installed)
  • Watch stockfish vs stockfish
  • Custom FEN (The first line of the text area must be CUSTOM and then click reset board)
  • Export game FEN and PGN
  • Arrows
  • Premoves

Screenshot

image