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
- Host: GitHub
- URL: https://github.com/horizon-blue/chess
- Owner: horizon-blue
- License: gpl-3.0
- Created: 2018-03-11T04:07:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T04:47:23.000Z (over 7 years ago)
- Last Synced: 2025-02-16T22:19:26.852Z (4 months ago)
- Language: Java
- Homepage:
- Size: 5.95 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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

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.