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

https://github.com/horizon-blue/chess

A chess game with GUI, written in Java & Swing
https://github.com/horizon-blue/chess

Last synced: about 1 month ago
JSON representation

A chess game with GUI, written in Java & Swing

Awesome Lists containing this project

README

        

# Chess

A chess game written in Java and Swing.

## Documentation

Before generating the documentation, make sure you have already install [Doxygen](http://www.stack.nl/~dimitri/doxygen/)

Then, at the root directory, run

```bash
doxygen Doxyfile
```

The documentation should be generated at `doc/html/index.html`

## Screenshot

![Initial Game Board](./screenshot.jpg)

For details on how the game should look like, see [the GUI manual](./manual/manual.pdf)

## Image Assets

This game come with two complete set of images for chess pieces (black & white), four fairy pieces (black & white unicorn and artillery), and two board color (black & white), available at [src/main/resources/pieces](./src/main/resources/pieces), that I designed specifically for this game. Feel free to download and use them for **non-profit** purpose - the only thing you need to do is to mention my name (Xiaoyan Wang) and add a link to this repository.