JChess is a simple chess engine implemented using Java.
The ant build system is required for compilation.
-
Compile the program.
ant compile
-
Create the .jar executable.
ant jar
-
Run the program.
ant run
-
Remove the build files.
ant clean
- Graphical user interface.
- Three levels of AI difficulty.
- Customisable piece icons.
- Timers.