An open API service indexing awesome lists of open source software.

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

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