Here is the source code of my chess project: a program that lets you play a game (with full move validation) and save it in PGN format.
Update 23-Jul-2003
Finally, loading from PGN is supported. Again, this only works with relatively
basic PGN files, but at least this includes the files the application itself
produces! Other features include playing a whole game (and moving freely backwards
and forwards through it), saving it to PGN reduced export format, i.e. no comments,
no RAVs or NAGs (but custom tags are included). For an explanation of
these look at the
PGN
specification.
Probably this is as far as I'm taking this project, time to move on.
Future plans and features (in no particular order):
Download the jar file (requires the
Jakarta Commons Lang
library to run)
Screenshots |
Source Code (.zip) | JavaDoc