A simple network chess game : only for 2 human players. Notice that in order to build the project, you need to add my jar library PluggableChessGraphism (>= 1.20), also available on Sourceforge, to the build path. Also, chess engine and images are imported from CarballoChess project : https://github.com/albertoruibal/carballo
...DokChess ist eines der Fallbeispiele im Buch "Softwarearchitekturen dokumentieren und kommunizieren" von Stefan Zörner (Hanser 2012)
English:
DokChess is a Chess Engine implemented in Java. It is used as an example for software architecture documentation according to the arc42 template in a German book about documenting Software Architectures.
This library is an attempt to create a flexible chess engine using the Java programing language. The main diference than others chess engine's is that it is only a library, and it can be attached to any program, including a web application.
If you are interested to contribute please contact me.
Francisco Rafael Del Roio <francipvb@hotmail.com>.
A chess board, written purely in Java.
Used as a GUI for chess-engines.
jboard communicates with chess engines using "chess engine protocol" described in:
http://www.gnu.org/software/xboard/engine-intf.html
*********
The code is in GitHub:
https://github.com/astern7/jboard
*********
Released under MIT license.