Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Garee/jchess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JChess

JChess is a simple chess engine implemented using Java.

Quick Start

The ant build system is required for compilation.

  1. Compile the program.

    ant compile
    
  2. Create the .jar executable.

    ant jar
    
  3. Run the program.

    ant run
    
  4. Remove the build files.

    ant clean
    

Features

  • Graphical user interface.
  • Three levels of AI difficulty.
  • Customisable piece icons.
  • Timers.

Releases

No releases published

Packages

No packages published

Languages