Skip to content

erikmafo/javachess

Repository files navigation

Build Status

javachess

Simple chess engine written in Java

Build instruction

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