Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.27 KB

Chess Game

This is a standard chess game implemented in Java. It supports 2 players, each of which can be either human or AI.

Build

To build the project, go to root of the project and type the following via CLI

mvn compile

To run the application and see user instructions:

./run --help

To obtain a stand-alone jar file at ./target/chess.jar:

./distro

Resources

General Ideas:

Code references: