Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 378 Bytes

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