Simple chess engine written in Java
Install maven: http://maven.apache.org/install.html
To build the project cd to the root directory and run:
mvn install
then to start the GUI:
java -jar gui/target/gui-[version].jar
Simple chess engine written in Java
Install maven: http://maven.apache.org/install.html
To build the project cd to the root directory and run:
mvn install
then to start the GUI:
java -jar gui/target/gui-[version].jar