https://github.com/singiamtel/chess-java
A chess client implementation on Java and Swing
https://github.com/singiamtel/chess-java
chess java swing
Last synced: about 1 year ago
JSON representation
A chess client implementation on Java and Swing
- Host: GitHub
- URL: https://github.com/singiamtel/chess-java
- Owner: singiamtel
- License: gpl-3.0
- Created: 2020-08-18T17:49:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T00:28:01.000Z (over 5 years ago)
- Last Synced: 2025-01-29T08:30:34.643Z (over 1 year ago)
- Topics: chess, java, swing
- Language: Java
- Homepage:
- Size: 457 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess-java
Java application powered by Swing that implements an interface to the game of chess (not an engine).
## Features
- Shows legal moves of a given piece
- Implements en passant captures
- Handles checkmate
- All promotions
- Fancy sprites
## Demo
## Authors
[dixrow](https://github.com/dixrow)
[singiamtel](https://github.com/singiamtel)
## Future features
- UCI support ([Universal Chess Interface](https://en.wikipedia.org/wiki/Universal_Chess_Interface))
- Saving/loading game states
- Move history