Skip to content

Releases: OrangoMango/Chess

Chess v2.0

16 Sep 14:37
Compare
Choose a tag to compare

Chess 2.0

Major update that includes a web version playable at https://orangomango.itch.io/chess. The web version uses the stockfish.online API.

Changes

  • Fixed various bugs
    • Fixed queen side castle bug
    • Fixed en-passant bug
    • Fixed time not synchronized during LAN games
    • Fixed other minor bugs
  • UI remake, now the game menu is located on the right
  • Server games, now it's possible to host & play a game on the server
  • Start multiplayer games at any custom FEN
  • Changed the app's icon

Download

The application is available for Linux (arm64 and amd64), Windows (executable and installer), Mac, Android and Browser.
More info about download instructions: https://orangomango.itch.io/chess

Full Changelog: v1.3...v2.0

Chess v1.3

08 Jun 08:31
Compare
Choose a tag to compare

Chess v1.3

For linux, windows, mac, android and raspberrypi.

Changelog

  • Improved image quality of the pieces
  • Added drag & drop
  • Added move number on top
  • Fixed bugs
    • PGN bug
    • Castle bug
    • various minor bugs

Full Changelog: v1.2...v1.3

Chess v1.2

16 May 16:26
Compare
Choose a tag to compare

Chess v1.2

For linux, windows, mac and android.

  • Bugfix
  • Fixed time-control bug when user chooses the black color.
  • Stockfish executable (name: stockfish) can be placed in the app's directory (the .omchess directory in the user's home)

Full Changelog: v1.1...v1.2

Chess v1.1

07 May 09:39
Compare
Choose a tag to compare

Chess v1.1

Available for android, linux, mac, windows (installer and wrapper) and raspberrypi.

Stockfish

Stockfish is already included in the apk file but needs to be installed separately and accessed with the stockfish command for linux, windows and mac.

Changelog

  • Improved time control
  • Various bugfixes
  • Design improvements

Full Changelog: v1.0...v1.1

Chess v1.0

05 May 15:59
2b9b9e6
Compare
Choose a tag to compare

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