Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

sauce-code/chessy

Repository files navigation

Chessy

Chessy is a simple Chess A.I. using a look-ahead strategy. Its provided as a Maven project, encoded in UTF8, written in Java and published under GPLv3. The chess images used were published by Igor Krizanovskij under Public Domain. JetBrains Mono is released under Apache 2.0 license.

Prerequisites

  • Maven
  • Java 11

Install

Just run the following commands:

git clone https://github.com/sauce-code/chessy.git
cd chessy
mvn install

Run

Maven Runner

cd chessy-gui
mvn javafx:run

Command Line

cd chessy-gui\target
java --module-path %PATH_TO_FX% --add-modules javafx.base,javafx.graphics,javafx.controls -jar chessy-gui-1.0.0-SNAPSHOT-jar-with-dependencies.jar

Changelog

Can be found here.

Releases

No releases published

Packages

Contributors

Languages