8000 GitHub - webfx-demos/webfx-demo-chess: This is the WebFX version of the JavaFX Chess game written by Paul Kocian aka OrangoMango (see webfx branch)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is the WebFX version of the JavaFX Chess game written by Paul Kocian aka OrangoMango (see webfx branch)

License

Notifications You must be signed in to change notification settings

webfx-demos/webfx-demo-chess

 
 

Repository files navigation

Chess

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

Itch

https://orangomango.itch.io/chess

Stockfish

Install stockfish and add it as an environment variable or place the executable (the filename must start with stockfish in order to be found by the application) in the .omchess folder loacated in your home directory.

Run

Java 17+ required, ./gradlew :run

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
  • Time control (write <seconds>+<increment> in the text field and then click reset board)
  • Drag and drop

Screenshots

image image Screenshot from 2023-04-25 16-05-41 Screenshot from 2023-05-02 19-32-18

About

This is the WebFX version of the JavaFX Chess game written by Paul Kocian aka OrangoMango (see webfx branch)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0