> ChessJacks AI Engine..

Chess Engine incorporating Artificial Intelligence, GUI, and customizable player style/move rankings.

Getting Started with the Code


- For running the code JRE /JDK is required on the system.
- Download the Code
- Extract the files to directory "\dir"
   > cd dir
- Complile the java files
   > javac *.java
- Run the Chess Engine Instance
   > java AI
- See JavaDocs for reference

Find me on ...