Analyzed 2 months ago
1. Introduction
---------------
chess383/chess/basics is a Java implementation of basic movements
of pieces according to the laws of chess.
This Java implementation provides an iterator functionality to get
the possible target squares for a defined piece.
Because this is only a layer the
... [More]
usage is shown within the JUnit tests.
2. Files
--------
The layer chess383/chess/basics consists of the following files:
* Readme.txt, the file you are currently reading.
* Copying.txt, a text file containing the GNU General Public
License.
* build.xml, an ant build file
* src, a subdirectory containing the full source code [Less]