Skip to content

StrongerXi/ai-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A standard chess game with human or AI player.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages